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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c996 xmlSchemaNodeInfoPtr *elemInfos; /* array of element informations */ member in struct:_xmlSchemaValidCtxt
2203 vctxt->elemInfos[vctxt->depth];
21789 if (vctxt->elemInfos[i]->nbNsBindings != 0) {
21790 inode = vctxt->elemInfos[i];
22158 ielem = vctxt->elemInfos[matcher->depth];
23471 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
24062 if (vctxt->elemInfos == NULL) {
24063 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *)
24065 if (vctxt->elemInfos == NULL) {
24070 memset(vctxt->elemInfos,
[all...]
/external/libxml2/
H A Dxmlschemas.c997 xmlSchemaNodeInfoPtr *elemInfos; /* array of element informations */ member in struct:_xmlSchemaValidCtxt
2222 vctxt->elemInfos[vctxt->depth];
21818 if (vctxt->elemInfos[i]->nbNsBindings != 0) {
21819 inode = vctxt->elemInfos[i];
22187 ielem = vctxt->elemInfos[matcher->depth];
23500 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
24091 if (vctxt->elemInfos == NULL) {
24092 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *)
24094 if (vctxt->elemInfos == NULL) {
24099 memset(vctxt->elemInfos,
[all...]

Completed in 163 milliseconds