Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1019 xmlSchemaNodeInfoPtr *elemInfos; /* array of element information */ member
2300 vctxt->elemInfos[vctxt->depth]; in xmlSchemaFormatNodeForError()
21973 if (vctxt->elemInfos[i]->nbNsBindings != 0) { in xmlSchemaLookupNamespace()
21974 inode = vctxt->elemInfos[i]; in xmlSchemaLookupNamespace()
22346 ielem = vctxt->elemInfos[matcher->depth]; in xmlSchemaIDCAcquireBinding()
23731 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable); in xmlSchemaBubbleIDCNodeTables()
24352 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
24353 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *) in xmlSchemaGetFreshElemInfo()
24355 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
24360 memset(vctxt->elemInfos, 0, 10 * sizeof(xmlSchemaNodeInfoPtr)); in xmlSchemaGetFreshElemInfo()
[all …]