Searched refs:attallocs (Results 1 - 9 of 9) 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.in.h279 int *attallocs; /* which attribute were allocated */ member in struct:_xmlParserCtxt
H A Dparser.c1149 int *attallocs; local
1158 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
1159 if (attallocs == NULL) goto mem_error;
1160 ctxt->attallocs = attallocs;
1168 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs,
1170 if (attallocs == NULL) goto mem_error;
1171 ctxt->attallocs = attallocs;
[all...]
H A DparserInternals.c1703 if (ctxt->attallocs != NULL) xmlFree(ctxt->attallocs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h279 int *attallocs; /* which attribute were allocated */ 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 Dparser.in.h279 int *attallocs; /* which attribute were allocated */ member in struct:_xmlParserCtxt
H A Dparser.c1149 int *attallocs; local
1158 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
1159 if (attallocs == NULL) goto mem_error;
1160 ctxt->attallocs = attallocs;
1168 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs,
1170 if (attallocs == NULL) goto mem_error;
1171 ctxt->attallocs = attallocs;
[all...]
H A DparserInternals.c1703 if (ctxt->attallocs != NULL) xmlFree(ctxt->attallocs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c1434 int *attallocs; local
1443 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
1444 if (attallocs == NULL) goto mem_error;
1445 ctxt->attallocs = attallocs;
1453 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs,
1455 if (attallocs == NULL) goto mem_error;
1456 ctxt->attallocs = attallocs;
[all...]
H A DparserInternals.c1717 if (ctxt->attallocs != NULL) xmlFree(ctxt->attallocs);

Completed in 218 milliseconds