Lines Matching refs:tabSize
6260 int tabSize;
7606 if (ctxt->tabSize == 0)
7607 ctxt->tabSize = 40;
7609 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
7618 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7621 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
7628 ctxt->tabSize *= 2;
7629 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);