Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance
1043 xmlSchemaItemListPtr nodeQNames; member2500 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()2501 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()21878 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()21879 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()21880 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()21885 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()21886 if (xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname) < 0) { in xmlSchemaVAddNodeQName()21890 if (xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname) < 0) { in xmlSchemaVAddNodeQName()21891 vctxt->nodeQNames->nbItems--; in xmlSchemaVAddNodeQName()[all …]