Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance
1037 xmlSchemaItemListPtr nodeQNames; member2463 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()2464 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()22095 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()22096 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()22097 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()22102 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()22103 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()22104 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()27762 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()[all …]