Home
last modified time | relevance | path

Searched refs:attallocs (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/include/libxml/
Dparser.h284 int *attallocs; /* which attribute were allocated */ member
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h311 int *attallocs; /* which attribute were allocated */ member
DparserInternals.c1835 if (ctxt->attallocs != NULL) xmlFree(ctxt->attallocs); in xmlFreeParserCtxt()
Dparser.c1697 int *attallocs; in xmlCtxtGrowAttrs() local
1706 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int)); in xmlCtxtGrowAttrs()
1707 if (attallocs == NULL) goto mem_error; in xmlCtxtGrowAttrs()
1708 ctxt->attallocs = attallocs; in xmlCtxtGrowAttrs()
1716 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs, in xmlCtxtGrowAttrs()
1718 if (attallocs == NULL) goto mem_error; in xmlCtxtGrowAttrs()
1719 ctxt->attallocs = attallocs; in xmlCtxtGrowAttrs()
9403 ctxt->attallocs[nratts++] = alloc; in xmlParseStartTag2()
9622 if ((ctxt->attallocs[j] != 0) && (atts[i] != NULL)) in xmlParseStartTag2()
/third_party/libxml2/
DparserInternals.c1807 if (ctxt->attallocs != NULL) xmlFree(ctxt->attallocs); in xmlFreeParserCtxt()
Dparser.c1713 int *attallocs; in xmlCtxtGrowAttrs() local
1722 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int)); in xmlCtxtGrowAttrs()
1723 if (attallocs == NULL) goto mem_error; in xmlCtxtGrowAttrs()
1724 ctxt->attallocs = attallocs; in xmlCtxtGrowAttrs()
1732 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs, in xmlCtxtGrowAttrs()
1734 if (attallocs == NULL) goto mem_error; in xmlCtxtGrowAttrs()
1735 ctxt->attallocs = attallocs; in xmlCtxtGrowAttrs()
9457 ctxt->attallocs[nratts++] = alloc; in xmlParseStartTag2()
9677 if ((ctxt->attallocs[j] != 0) && (atts[i] != NULL)) in xmlParseStartTag2()
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle298 d attallocs * int *