Searched refs:incMax (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 Dxinclude.c68 int incMax; /* size of includes tab */ member in struct:_xmlXIncludeCtxt
246 if (ctxt->incMax == 0) {
247 ctxt->incMax = 4;
248 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
256 if (ctxt->incNr >= ctxt->incMax) {
257 ctxt->incMax *= 2;
259 ctxt->incMax * sizeof(ctxt->incTab[0]));
297 ret->incMax = 0;
678 newctxt->incMax = ctxt->incMax;
[all...]
H A Drelaxng.c243 int incMax; /* Max depth of the parsing stack */ member in struct:_xmlRelaxNGParserCtxt
1451 ctxt->incMax = 4;
1454 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
1461 if (ctxt->incNr >= ctxt->incMax) {
1462 ctxt->incMax *= 2;
1465 ctxt->incMax *
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxinclude.c68 int incMax; /* size of includes tab */ member in struct:_xmlXIncludeCtxt
246 if (ctxt->incMax == 0) {
247 ctxt->incMax = 4;
248 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
256 if (ctxt->incNr >= ctxt->incMax) {
257 ctxt->incMax *= 2;
259 ctxt->incMax * sizeof(ctxt->incTab[0]));
297 ret->incMax = 0;
691 newctxt->incMax = ctxt->incMax;
[all...]
H A Drelaxng.c243 int incMax; /* Max depth of the parsing stack */ member in struct:_xmlRelaxNGParserCtxt
1451 ctxt->incMax = 4;
1454 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
1461 if (ctxt->incNr >= ctxt->incMax) {
1462 ctxt->incMax *= 2;
1465 ctxt->incMax *
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxinclude.c68 int incMax; /* size of includes tab */ member in struct:_xmlXIncludeCtxt
246 if (ctxt->incMax == 0) {
247 ctxt->incMax = 4;
248 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
256 if (ctxt->incNr >= ctxt->incMax) {
257 ctxt->incMax *= 2;
259 ctxt->incMax * sizeof(ctxt->incTab[0]));
297 ret->incMax = 0;
678 newctxt->incMax = ctxt->incMax;
[all...]
H A Drelaxng.c243 int incMax; /* Max depth of the parsing stack */ member in struct:_xmlRelaxNGParserCtxt
1451 ctxt->incMax = 4;
1454 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
1461 if (ctxt->incNr >= ctxt->incMax) {
1462 ctxt->incMax *= 2;
1465 ctxt->incMax *

Completed in 290 milliseconds