Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance
1027 xmlSchemaItemListPtr nodeQNames; member2375 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()2376 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()21855 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()21856 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()21857 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()21862 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()21863 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()21864 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()27369 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()[all …]