• Home
  • Raw
  • Download

Lines Matching refs:elemInfos

1005     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()
24149 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *) in xmlSchemaGetFreshElemInfo()
24150 xmlRealloc(vctxt->elemInfos, vctxt->sizeElemInfos * in xmlSchemaGetFreshElemInfo()
24152 if (vctxt->elemInfos == NULL) { in xmlSchemaGetFreshElemInfo()
24162 vctxt->elemInfos[i] = NULL; in xmlSchemaGetFreshElemInfo()
24164 info = vctxt->elemInfos[vctxt->depth]; in xmlSchemaGetFreshElemInfo()
24174 vctxt->elemInfos[vctxt->depth] = info; in xmlSchemaGetFreshElemInfo()
24190 #define ACTIVATE_ELEM vctxt->inode = vctxt->elemInfos[vctxt->depth];
24191 #define ACTIVATE_PARENT_ELEM vctxt->inode = vctxt->elemInfos[vctxt->depth -1];
25495 xmlSchemaNodeInfoPtr ielem = vctxt->elemInfos[vctxt->depth]; in xmlSchemaVAttributesComplex()
26505 vctxt->inode = vctxt->elemInfos[vctxt->depth]; in xmlSchemaValidatorPopElem()
26533 pielem = vctxt->elemInfos[vctxt->depth -1]; in xmlSchemaValidateChildElem()
27672 if (vctxt->elemInfos != NULL) { in xmlSchemaClearValidCtxt()
27677 ei = vctxt->elemInfos[i]; in xmlSchemaClearValidCtxt()
27764 if (ctxt->elemInfos != NULL) { in xmlSchemaFreeValidCtxt()
27769 ei = ctxt->elemInfos[i]; in xmlSchemaFreeValidCtxt()
27775 xmlFree(ctxt->elemInfos); in xmlSchemaFreeValidCtxt()