Home | History | Annotate | Download | only in src

Lines Matching refs:tabSize

6328     int tabSize;
7675 if (ctxt->tabSize == 0)
7676 ctxt->tabSize = 40;
7678 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
7687 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7690 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
7697 ctxt->tabSize *= 2;
7698 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);