Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance
1036 xmlSchemaItemListPtr nodeQNames; member2412 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()2413 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()21993 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()21994 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()21995 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()22000 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()22001 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()22002 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()27563 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()[all …]