Home
last modified time | relevance | path

Searched refs:ielem (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c2235 xmlSchemaNodeInfoPtr ielem = in xmlSchemaFormatNodeForError() local
2240 ielem->nsName, ielem->localName)); in xmlSchemaFormatNodeForError()
22229 xmlSchemaNodeInfoPtr ielem; in xmlSchemaIDCAcquireBinding() local
22231 ielem = vctxt->elemInfos[matcher->depth]; in xmlSchemaIDCAcquireBinding()
22233 if (ielem->idcTable == NULL) { in xmlSchemaIDCAcquireBinding()
22234 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def); in xmlSchemaIDCAcquireBinding()
22235 if (ielem->idcTable == NULL) in xmlSchemaIDCAcquireBinding()
22237 return(ielem->idcTable); in xmlSchemaIDCAcquireBinding()
22241 bind = ielem->idcTable; in xmlSchemaIDCAcquireBinding()
23335 xmlSchemaNodeInfoPtr ielem) in xmlSchemaIDCFillNodeTables() argument
[all …]