Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance
1029 xmlSchemaItemListPtr nodeQNames; member2486 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()2487 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()21917 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()21918 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()21919 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()21924 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()21925 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()21926 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()27418 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()[all …]