Home
last modified time | relevance | path

Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c1037 xmlSchemaItemListPtr nodeQNames; member
2457 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()
2458 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()
22078 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()
22079 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()
22080 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()
22085 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()
22086 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()
22087 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()
27745 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()
[all …]