Searched refs:maxatts (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c1150 int maxatts; local
1153 maxatts = 55; /* allow for 10 attrs by default */
1155 xmlMalloc(maxatts * sizeof(xmlChar *));
1158 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
1161 ctxt->maxatts = maxatts;
1162 } else if (nr + 5 > ctxt->maxatts) {
1163 maxatts = (nr + 5) * 2;
1165 maxatts * sizeof(const xmlChar *));
1169 (maxatts /
7128 int maxatts = ctxt->maxatts; local
7866 int maxatts = ctxt->maxatts; local
[all...]
H A DHTMLparser.c3405 int maxatts; local
3418 maxatts = ctxt->maxatts;
3507 maxatts = 22; /* allow for 10 attrs by default */
3509 xmlMalloc(maxatts * sizeof(xmlChar *));
3517 ctxt->maxatts = maxatts;
3518 } else if (nbatts + 4 > maxatts) {
3521 maxatts *= 2;
3523 maxatts * sizeo
[all...]
H A Dparser.in.h262 int maxatts; /* the size of the array */ member in struct:_xmlParserCtxt
H A DparserInternals.c1531 ctxt->maxatts = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c1435 int maxatts; local
1438 maxatts = 55; /* allow for 10 attrs by default */
1440 xmlMalloc(maxatts * sizeof(xmlChar *));
1443 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
1446 ctxt->maxatts = maxatts;
1447 } else if (nr + 5 > ctxt->maxatts) {
1448 maxatts = (nr + 5) * 2;
1450 maxatts * sizeof(const xmlChar *));
1454 (maxatts /
7944 int maxatts = ctxt->maxatts; local
8625 int maxatts = ctxt->maxatts; local
[all...]
H A DHTMLparser.c3444 int maxatts; local
3458 maxatts = ctxt->maxatts;
3548 maxatts = 22; /* allow for 10 attrs by default */
3550 xmlMalloc(maxatts * sizeof(xmlChar *));
3558 ctxt->maxatts = maxatts;
3559 } else if (nbatts + 4 > maxatts) {
3562 maxatts *= 2;
3564 maxatts * sizeo
[all...]
H A DparserInternals.c1544 ctxt->maxatts = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c1150 int maxatts; local
1153 maxatts = 55; /* allow for 10 attrs by default */
1155 xmlMalloc(maxatts * sizeof(xmlChar *));
1158 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
1161 ctxt->maxatts = maxatts;
1162 } else if (nr + 5 > ctxt->maxatts) {
1163 maxatts = (nr + 5) * 2;
1165 maxatts * sizeof(const xmlChar *));
1169 (maxatts /
7128 int maxatts = ctxt->maxatts; local
7866 int maxatts = ctxt->maxatts; local
[all...]
H A DHTMLparser.c3405 int maxatts; local
3418 maxatts = ctxt->maxatts;
3507 maxatts = 22; /* allow for 10 attrs by default */
3509 xmlMalloc(maxatts * sizeof(xmlChar *));
3517 ctxt->maxatts = maxatts;
3518 } else if (nbatts + 4 > maxatts) {
3521 maxatts *= 2;
3523 maxatts * sizeo
[all...]
H A Dparser.in.h262 int maxatts; /* the size of the array */ member in struct:_xmlParserCtxt
H A DparserInternals.c1531 ctxt->maxatts = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h262 int maxatts; /* the size of the array */ member in struct:_xmlParserCtxt

Completed in 301 milliseconds