Lines Matching refs:nodeQNames
1029 xmlSchemaItemListPtr nodeQNames; member
2486 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()
2487 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()
21917 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()
21918 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()
21919 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()
21924 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()
21925 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()
21926 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()
27418 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()
27538 xmlSchemaItemListClear(vctxt->nodeQNames); in xmlSchemaClearValidCtxt()
27647 if (ctxt->nodeQNames != NULL) in xmlSchemaFreeValidCtxt()
27648 xmlSchemaItemListFree(ctxt->nodeQNames); in xmlSchemaFreeValidCtxt()