Lines Matching refs:nodeQNames
1037 xmlSchemaItemListPtr nodeQNames; member
2463 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()
27893 xmlSchemaItemListClear(vctxt->nodeQNames); in xmlSchemaClearValidCtxt()
27987 if (ctxt->nodeQNames != NULL) in xmlSchemaFreeValidCtxt()
27988 xmlSchemaItemListFree(ctxt->nodeQNames); in xmlSchemaFreeValidCtxt()