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

  /external/libxml2/include/libxml/
xpointer.h 38 int locMax; /* size of the array as allocated */
  /external/libxml2/
xpointer.c 627 ret->locMax = XML_RANGESET_DEFAULT;
660 if (cur->locMax == 0) {
669 cur->locMax = XML_RANGESET_DEFAULT;
670 } else if (cur->locNr == cur->locMax) {
673 cur->locMax *= 2;
674 temp = (xmlXPathObjectPtr *) xmlRealloc(cur->locTab, cur->locMax *
    [all...]

Completed in 12 milliseconds