Searched refs:nodeMax (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h81 int nodeMax; /* size of the array as allocated */ member in struct:_xmlNodeSet
H A Dxpath.c2026 if ((ret->nodesetval->nodeMax == 0) ||
3385 ret->nodeMax = XML_NODESET_DEFAULT;
3424 ret->nodeMax = size;
3498 if (cur->nodeMax == 0) {
3507 cur->nodeMax = XML_NODESET_DEFAULT;
3508 } else if (cur->nodeNr == cur->nodeMax) {
3511 cur->nodeMax *= 2;
3512 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax *
3551 if (cur->nodeMax == 0) {
3560 cur->nodeMax
[all...]
H A DparserInternals.c1566 ctxt->nodeMax = 10;
1571 ctxt->nodeMax = 0;
1589 ctxt->nodeMax = 0;
1610 ctxt->nodeMax = 0;
1649 ctxt->vctxt.nodeMax = 0;
H A Dvalid.in.h90 int nodeMax; /* Max depth of the parsing stack */ member in struct:_xmlValidCtxt
H A Dvalid.c434 if (ctxt->nodeMax <= 0) {
435 ctxt->nodeMax = 4;
437 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax *
441 ctxt->nodeMax = 0;
445 if (ctxt->nodeNr >= ctxt->nodeMax) {
448 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0]));
453 ctxt->nodeMax *= 2;
5170 ctxt->nodeMax = 0;
5250 ctxt->nodeMax = 0;
5408 ctxt->nodeMax
[all...]
H A Dlegacy.c294 ctxt->vctxt.nodeMax = 0;
H A Dparser.in.h204 int nodeMax; /* Max depth of the parsing stack */ member in struct:_xmlParserCtxt
H A DHTMLparser.c4201 ctxt->nodeMax = 0;
4209 ctxt->nodeMax = 10;
4220 ctxt->nodeMax = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h81 int nodeMax; /* size of the array as allocated */ member in struct:_xmlNodeSet
H A Dvalid.h90 int nodeMax; /* Max depth of the parsing stack */ member in struct:_xmlValidCtxt
H A Dparser.h204 int nodeMax; /* Max depth of the parsing stack */ member in struct:_xmlParserCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h81 int nodeMax; /* size of the array as allocated */ member in struct:_xmlNodeSet
H A Dxpath.c2026 if ((ret->nodesetval->nodeMax == 0) ||
3385 ret->nodeMax = XML_NODESET_DEFAULT;
3424 ret->nodeMax = size;
3498 if (cur->nodeMax == 0) {
3507 cur->nodeMax = XML_NODESET_DEFAULT;
3508 } else if (cur->nodeNr == cur->nodeMax) {
3511 cur->nodeMax *= 2;
3512 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax *
3551 if (cur->nodeMax == 0) {
3560 cur->nodeMax
[all...]
H A DparserInternals.c1566 ctxt->nodeMax = 10;
1571 ctxt->nodeMax = 0;
1589 ctxt->nodeMax = 0;
1610 ctxt->nodeMax = 0;
1649 ctxt->vctxt.nodeMax = 0;
H A Dvalid.in.h90 int nodeMax; /* Max depth of the parsing stack */ member in struct:_xmlValidCtxt
H A Dvalid.c434 if (ctxt->nodeMax <= 0) {
435 ctxt->nodeMax = 4;
437 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax *
441 ctxt->nodeMax = 0;
445 if (ctxt->nodeNr >= ctxt->nodeMax) {
448 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0]));
453 ctxt->nodeMax *= 2;
5170 ctxt->nodeMax = 0;
5250 ctxt->nodeMax = 0;
5408 ctxt->nodeMax
[all...]
H A Dlegacy.c294 ctxt->vctxt.nodeMax = 0;
H A Dparser.in.h204 int nodeMax; /* Max depth of the parsing stack */ member in struct:_xmlParserCtxt
H A DHTMLparser.c4201 ctxt->nodeMax = 0;
4209 ctxt->nodeMax = 10;
4220 ctxt->nodeMax = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c2027 if ((ret->nodesetval->nodeMax == 0) ||
3399 ret->nodeMax = XML_NODESET_DEFAULT;
3438 ret->nodeMax = size;
3512 if (cur->nodeMax == 0) {
3521 cur->nodeMax = XML_NODESET_DEFAULT;
3522 } else if (cur->nodeNr == cur->nodeMax) {
3525 cur->nodeMax *= 2;
3526 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax *
3565 if (cur->nodeMax == 0) {
3574 cur->nodeMax
[all...]
H A DparserInternals.c1579 ctxt->nodeMax = 10;
1584 ctxt->nodeMax = 0;
1602 ctxt->nodeMax = 0;
1623 ctxt->nodeMax = 0;
1662 ctxt->vctxt.nodeMax = 0;
H A Dvalid.c439 if (ctxt->nodeMax <= 0) {
440 ctxt->nodeMax = 4;
442 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax *
446 ctxt->nodeMax = 0;
450 if (ctxt->nodeNr >= ctxt->nodeMax) {
453 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0]));
458 ctxt->nodeMax *= 2;
5296 ctxt->nodeMax = 0;
5376 ctxt->nodeMax = 0;
5534 ctxt->nodeMax
[all...]
H A Dlegacy.c294 ctxt->vctxt.nodeMax = 0;
H A DHTMLparser.c4300 ctxt->nodeMax = 0;
4308 ctxt->nodeMax = 10;
4319 ctxt->nodeMax = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c3336 nodeSet->nodeMax = (is_tuple
3340 = (xmlNodePtr *) xmlMalloc (nodeSet->nodeMax
3348 nodeSet->nodeMax * sizeof(xmlNodePtr));
3352 for (idx=0; idx < nodeSet->nodeMax; ++idx) {

Completed in 416 milliseconds

12