Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1028 xmlSchemaItemListPtr nodeQNames; member
2403 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()
2404 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()
21968 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()
21969 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()
21970 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()
21975 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()
21976 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname); in xmlSchemaVAddNodeQName()
21977 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()
27514 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()
[all …]