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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c1018 xmlSchemaItemListPtr nodeQNames; member in struct:_xmlSchemaValidCtxt
2366 vctxt->nodeQNames->items[idcNode->nodeQNameID +1],
2367 vctxt->nodeQNames->items[idcNode->nodeQNameID]),
21692 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) {
21693 if ((vctxt->nodeQNames->items [i] == lname) &&
21694 (vctxt->nodeQNames->items[i +1] == nsname))
21699 i = vctxt->nodeQNames->nbItems;
21700 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname);
21701 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname);
27116 ret->nodeQNames
[all...]

Completed in 150 milliseconds