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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c896 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings member in struct:_xmlSchemaNodeInfo
22160 if (ielem->idcTable == NULL) {
22161 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def);
22162 if (ielem->idcTable == NULL)
22164 return(ielem->idcTable);
22168 bind = ielem->idcTable;
23465 bind = vctxt->inode->idcTable;
23471 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
23775 bind = vctxt->inode->idcTable;
24024 if (ielem->idcTable !
[all...]
/external/libxml2/
H A Dxmlschemas.c896 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings member in struct:_xmlSchemaNodeInfo
22189 if (ielem->idcTable == NULL) {
22190 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def);
22191 if (ielem->idcTable == NULL)
22193 return(ielem->idcTable);
22197 bind = ielem->idcTable;
23494 bind = vctxt->inode->idcTable;
23500 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
23804 bind = vctxt->inode->idcTable;
24053 if (ielem->idcTable !
[all...]

Completed in 113 milliseconds