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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c988 xmlSchemaNodeInfoPtr *elemInfos; /* array of element informations */ member in struct:_xmlSchemaValidCtxt
2194 vctxt->elemInfos[vctxt->depth];
21557 if (vctxt->elemInfos[i]->nbNsBindings != 0) {
21558 inode = vctxt->elemInfos[i];
21912 ielem = vctxt->elemInfos[matcher->depth];
23159 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
23738 if (vctxt->elemInfos == NULL) {
23739 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *)
23741 if (vctxt->elemInfos == NULL) {
23746 memset(vctxt->elemInfos,
[all...]

Completed in 186 milliseconds