Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1007 int sizeElemInfos; member
24317 if (vctxt->depth > vctxt->sizeElemInfos) { in xmlSchemaGetFreshElemInfo()
24331 vctxt->sizeElemInfos = 10; in xmlSchemaGetFreshElemInfo()
24332 } else if (vctxt->sizeElemInfos <= vctxt->depth) { in xmlSchemaGetFreshElemInfo()
24333 int i = vctxt->sizeElemInfos; in xmlSchemaGetFreshElemInfo()
24335 vctxt->sizeElemInfos *= 2; in xmlSchemaGetFreshElemInfo()
24337 xmlRealloc(vctxt->elemInfos, vctxt->sizeElemInfos * in xmlSchemaGetFreshElemInfo()
24348 for (; i < vctxt->sizeElemInfos; i++) in xmlSchemaGetFreshElemInfo()
27869 for (i = 0; i < vctxt->sizeElemInfos; i++) { in xmlSchemaClearValidCtxt()
27961 for (i = 0; i < ctxt->sizeElemInfos; i++) { in xmlSchemaFreeValidCtxt()