Searched refs:sizeElemInfos (Results 1 – 1 of 1) sorted by relevance
998 int sizeElemInfos; member24088 if (vctxt->depth > vctxt->sizeElemInfos) { in xmlSchemaGetFreshElemInfo()24102 vctxt->sizeElemInfos = 10; in xmlSchemaGetFreshElemInfo()24103 } else if (vctxt->sizeElemInfos <= vctxt->depth) { in xmlSchemaGetFreshElemInfo()24104 int i = vctxt->sizeElemInfos; in xmlSchemaGetFreshElemInfo()24106 vctxt->sizeElemInfos *= 2; in xmlSchemaGetFreshElemInfo()24108 xmlRealloc(vctxt->elemInfos, vctxt->sizeElemInfos * in xmlSchemaGetFreshElemInfo()24119 for (; i < vctxt->sizeElemInfos; i++) in xmlSchemaGetFreshElemInfo()27607 for (i = 0; i < vctxt->sizeElemInfos; i++) { in xmlSchemaClearValidCtxt()27699 for (i = 0; i < ctxt->sizeElemInfos; i++) { in xmlSchemaFreeValidCtxt()