HomeSort by relevance Sort by last modified time
    Searched refs:urlMax (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xinclude.c 78 int urlMax; /* size of URL stack */
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...]
  /external/libxml2/
xinclude.c 79 int urlMax; /* size of URL stack */
323 ctxt->urlMax = 4;
326 ctxt->urlMax * sizeof(ctxt->urlTab[0]));
332 if (ctxt->urlNr >= ctxt->urlMax) {
333 ctxt->urlMax *= 2;
336 ctxt->urlMax *
704 newctxt->urlMax = ctxt->urlMax;
735 ctxt->urlMax = newctxt->urlMax;
    [all...]

Completed in 2934 milliseconds