Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c996 xmlSchemaNodeInfoPtr *elemInfos; /* array of element informations */ member
2203 vctxt->elemInfos[vctxt->depth]; in xmlSchemaFormatNodeForError()
21720 if (vctxt->elemInfos[i]->nbNsBindings != 0) { in xmlSchemaLookupNamespace()
21721 inode = vctxt->elemInfos[i]; in xmlSchemaLookupNamespace()
22089 ielem = vctxt->elemInfos[matcher->depth]; in xmlSchemaIDCAcquireBinding()
23402 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable); in xmlSchemaBubbleIDCNodeTables()
23991 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
23992 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *) in xmlSchemaGetFreshElemInfo()
23994 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
23999 memset(vctxt->elemInfos, 0, 10 * sizeof(xmlSchemaNodeInfoPtr)); in xmlSchemaGetFreshElemInfo()
[all …]