Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1005 xmlSchemaNodeInfoPtr *elemInfos; /* array of element informations */ member
2236 vctxt->elemInfos[vctxt->depth]; in xmlSchemaFormatNodeForError()
21858 if (vctxt->elemInfos[i]->nbNsBindings != 0) { in xmlSchemaLookupNamespace()
21859 inode = vctxt->elemInfos[i]; in xmlSchemaLookupNamespace()
22231 ielem = vctxt->elemInfos[matcher->depth]; in xmlSchemaIDCAcquireBinding()
23544 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable); in xmlSchemaBubbleIDCNodeTables()
24135 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
24136 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *) in xmlSchemaGetFreshElemInfo()
24138 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
24143 memset(vctxt->elemInfos, 0, 10 * sizeof(xmlSchemaNodeInfoPtr)); in xmlSchemaGetFreshElemInfo()
[all …]