Searched defs:ielem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2202 xmlSchemaNodeInfoPtr ielem = local
2207 ielem->nsName, ielem->localName));
22156 xmlSchemaNodeInfoPtr ielem; local
22158 ielem = vctxt->elemInfos[matcher->depth];
22160 if (ielem->idcTable == NULL) {
22161 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def);
22162 if (ielem->idcTable == NULL)
22164 return(ielem->idcTable);
22168 bind = ielem
23261 xmlSchemaIDCFillNodeTables(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
23988 xmlSchemaClearElemInfo(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
25422 xmlSchemaNodeInfoPtr ielem = vctxt->elemInfos[vctxt->depth]; local
26974 xmlSchemaNodeInfoPtr ielem; local
27244 xmlSchemaNodeInfoPtr ielem; local
27783 xmlSchemaNodeInfoPtr ielem = NULL; local
[all...]
/external/libxml2/
H A Dxmlschemas.c2221 xmlSchemaNodeInfoPtr ielem = local
2226 ielem->nsName, ielem->localName));
22185 xmlSchemaNodeInfoPtr ielem; local
22187 ielem = vctxt->elemInfos[matcher->depth];
22189 if (ielem->idcTable == NULL) {
22190 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def);
22191 if (ielem->idcTable == NULL)
22193 return(ielem->idcTable);
22197 bind = ielem
23290 xmlSchemaIDCFillNodeTables(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
24017 xmlSchemaClearElemInfo(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
25451 xmlSchemaNodeInfoPtr ielem = vctxt->elemInfos[vctxt->depth]; local
27025 xmlSchemaNodeInfoPtr ielem; local
27295 xmlSchemaNodeInfoPtr ielem; local
27861 xmlSchemaNodeInfoPtr ielem = NULL; local
[all...]

Completed in 108 milliseconds