Searched refs:urlMax (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxinclude.c78 int urlMax; /* size of URL stack */ member in struct:_xmlXIncludeCtxt
322 ctxt->urlMax = 4;
325 ctxt->urlMax * sizeof(ctxt->urlTab[0]));
331 if (ctxt->urlNr >= ctxt->urlMax) {
332 ctxt->urlMax *= 2;
335 ctxt->urlMax *
703 newctxt->urlMax = ctxt->urlMax;
734 ctxt->urlMax = newctxt->urlMax;
[all...]

Completed in 161 milliseconds