Lines Matching refs:nodeQNames
1036 xmlSchemaItemListPtr nodeQNames; member
2412 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()
2413 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()
21993 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()
21994 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()
21995 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()
22000 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()
22001 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()
22002 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()
27563 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()
27683 xmlSchemaItemListClear(vctxt->nodeQNames); in xmlSchemaClearValidCtxt()
27777 if (ctxt->nodeQNames != NULL) in xmlSchemaFreeValidCtxt()
27778 xmlSchemaItemListFree(ctxt->nodeQNames); in xmlSchemaFreeValidCtxt()