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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpointer.in.h38 int locMax; /* size of the array as allocated */ member in struct:_xmlLocationSet
H A Dxpointer.c627 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 *
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpointer.h38 int locMax; /* size of the array as allocated */ member in struct:_xmlLocationSet
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpointer.in.h38 int locMax; /* size of the array as allocated */ member in struct:_xmlLocationSet
H A Dxpointer.c627 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 *
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpointer.c627 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 *

Completed in 187 milliseconds