Home
last modified time | relevance | path

Searched refs:xmlRealloc (Results 1 – 25 of 70) sorted by relevance

123

/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxmlmemory.h77 XML_OP(xmlRealloc, xmlReallocFunc, XML_NO_ATTR) \
86 #define xmlRealloc XML_GLOBAL_MACRO(xmlRealloc) macro
95 XMLPUBVAR xmlReallocFunc xmlRealloc;
/external/libxml2/include/libxml/
Dxmlmemory.h77 XML_OP(xmlRealloc, xmlReallocFunc, XML_NO_ATTR) \
86 #define xmlRealloc XML_GLOBAL_MACRO(xmlRealloc) macro
95 XMLPUBVAR xmlReallocFunc xmlRealloc;
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxmlmemory.h77 XML_OP(xmlRealloc, xmlReallocFunc, XML_NO_ATTR) \
86 #define xmlRealloc XML_GLOBAL_MACRO(xmlRealloc) macro
95 XMLPUBVAR xmlReallocFunc xmlRealloc;
/external/libxml2/
Dxmlmemory.c466 xmlRealloc = reallocFunc; in xmlMemSetup()
487 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet()
529 xmlRealloc = reallocFunc; in xmlGcMemSetup()
557 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
Dparser.c749 mem = xmlRealloc(buf->mem, cap); in xmlSBufGrow()
1123 temp = xmlRealloc(defaults, in xmlAddDefAttrs()
1694 table = xmlRealloc(ctxt->nsTab, 2 * newSize * sizeof(table[0])); in xmlParserNsGrow()
1699 extra = xmlRealloc(ctxt->nsdb->extra, newSize * sizeof(extra[0])); in xmlParserNsGrow()
1926 atts = xmlRealloc(ctxt->atts, newSize * sizeof(atts[0]) * 5); in xmlCtxtGrowAttrs()
1931 attallocs = xmlRealloc(ctxt->attallocs, in xmlCtxtGrowAttrs()
1978 tmp = xmlRealloc(ctxt->inputTab, newSize * sizeof(tmp[0])); in xmlCtxtPushInput()
2105 tmp = xmlRealloc(ctxt->nodeTab, newSize * sizeof(tmp[0])); in nodePush()
2177 tmp = xmlRealloc(ctxt->nameTab, newSize * sizeof(tmp[0])); in nameNsPush()
2182 tmp2 = xmlRealloc(ctxt->pushTab, newSize * sizeof(tmp2[0])); in nameNsPush()
[all …]
Dbuf.c355 newbuf = xmlRealloc(buf->mem, size + 1); in xmlBufGrowInternal()
990 newbuf = xmlRealloc(buf->content, size); in xmlBufferGrow()
Dpattern.c341 temp = xmlRealloc(comp->steps, newSize * sizeof(temp[0])); in xmlPatternGrow()
450 tmp = xmlRealloc(states->states, newSize * sizeof(tmp[0])); in xmlPatPushState()
1366 cur = xmlRealloc(comp->steps, newSize * sizeof(tmp[0])); in xmlStreamCompAddStep()
1639 tmp = xmlRealloc(comp->states, newSize * sizeof(tmp[0]) * 2); in xmlStreamCtxtAddState()
Dc14n.c319 tmp1 = xmlRealloc(cur->nsTab, newSize * sizeof(tmp1[0])); in xmlC14NVisibleNsStackAdd()
324 tmp2 = xmlRealloc(cur->nodeTab, newSize * sizeof(tmp2[0])); in xmlC14NVisibleNsStackAdd()
2149 tmp = xmlRealloc(buffer, newSize); in xmlC11NNormalizeString()
Dxinclude.c578 table = xmlRealloc(ctxt->incTab, newSize * sizeof(table[0])); in xmlXIncludeAddNode()
1151 tmp = xmlRealloc(ctxt->urlTab, newSize * sizeof(tmp[0])); in xmlXIncludeLoadDoc()
1505 tmp = xmlRealloc(ctxt->txtTab, newSize * sizeof(tmp[0])); in xmlXIncludeLoadTxt()
DHTMLparser.c172 tmp = xmlRealloc(ctxt->nameTab, newSize * sizeof(tmp[0])); in htmlnamePush()
233 tmp = xmlRealloc(ctxt->nodeInfoTab, newSize * sizeof(tmp[0])); in htmlNodeInfoPush()
2856 xmlChar *tmp = xmlRealloc(buffer, newSize + 1); in htmlParseData()
3892 tmp = xmlRealloc(atts, newSize * sizeof(tmp[0]) * 2); in htmlParseStartTag()
3900 utmp = xmlRealloc(ctxt->attallocs, newSize * sizeof(utmp[0])); in htmlParseStartTag()
3944 tmp = xmlRealloc(ctxt->attrHash, attrHashSize * sizeof(tmp[0])); in htmlParseStartTag()
Dglobals.c199 xmlReallocFunc xmlRealloc = realloc; variable
Dxmlstring.c470 ret = (xmlChar *) xmlRealloc(cur, (size_t) size + len + 1); in xmlStrncat()
/external/cronet/stable/third_party/libxml/src/
Dxmlmemory.c466 xmlRealloc = reallocFunc; in xmlMemSetup()
487 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet()
529 xmlRealloc = reallocFunc; in xmlGcMemSetup()
557 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
Dparser.c745 mem = xmlRealloc(buf->mem, cap); in xmlSBufGrow()
1107 temp = xmlRealloc(defaults, in xmlAddDefAttrs()
1676 table = xmlRealloc(ctxt->nsTab, 2 * newSize * sizeof(table[0])); in xmlParserNsGrow()
1681 extra = xmlRealloc(ctxt->nsdb->extra, newSize * sizeof(extra[0])); in xmlParserNsGrow()
1904 attallocs = xmlRealloc(ctxt->attallocs, in xmlCtxtGrowAttrs()
1944 tmp = (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
2040 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodePush()
2106 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in nameNsPush()
2114 tmp2 = (xmlStartTag *) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()
2185 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in namePush()
[all …]
Dpattern.c352 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd()
395 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern()
440 tmp = xmlRealloc(states->states, newSize * sizeof(tmp[0])); in xmlPatPushState()
1346 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps, in xmlStreamCompAddStep()
1618 cur = (int *) xmlRealloc(comp->states, in xmlStreamCtxtAddState()
Dbuf.c355 newbuf = xmlRealloc(buf->mem, size + 1); in xmlBufGrowInternal()
989 newbuf = xmlRealloc(buf->content, size); in xmlBufferGrow()
Dglobals.c191 xmlReallocFunc xmlRealloc = realloc; variable
/external/cronet/tot/third_party/libxml/src/
Dxmlmemory.c466 xmlRealloc = reallocFunc; in xmlMemSetup()
487 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet()
529 xmlRealloc = reallocFunc; in xmlGcMemSetup()
557 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
Dparser.c745 mem = xmlRealloc(buf->mem, cap); in xmlSBufGrow()
1107 temp = xmlRealloc(defaults, in xmlAddDefAttrs()
1676 table = xmlRealloc(ctxt->nsTab, 2 * newSize * sizeof(table[0])); in xmlParserNsGrow()
1681 extra = xmlRealloc(ctxt->nsdb->extra, newSize * sizeof(extra[0])); in xmlParserNsGrow()
1904 attallocs = xmlRealloc(ctxt->attallocs, in xmlCtxtGrowAttrs()
1944 tmp = (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
2040 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodePush()
2106 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in nameNsPush()
2114 tmp2 = (xmlStartTag *) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()
2185 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in namePush()
[all …]
Dpattern.c352 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd()
395 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern()
440 tmp = xmlRealloc(states->states, newSize * sizeof(tmp[0])); in xmlPatPushState()
1346 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps, in xmlStreamCompAddStep()
1618 cur = (int *) xmlRealloc(comp->states, in xmlStreamCtxtAddState()
Dbuf.c355 newbuf = xmlRealloc(buf->mem, size + 1); in xmlBufGrowInternal()
989 newbuf = xmlRealloc(buf->content, size); in xmlBufferGrow()
Dglobals.c191 xmlReallocFunc xmlRealloc = realloc; variable
/external/libxml2/os400/
Drpgsupport.c63 THREADED_VAR(xmlRealloc, xmlReallocFunc) in THREADED_VAR() argument
69 return xmlRealloc(mem, size); in THREADED_VAR()
Dtranscode.c105 ts = xmlRealloc(ts, (dstp - ts) + 4); in xmlTranscodeResult()
189 ts = xmlRealloc(ts, (dstp - ts) + 1); in inTranscode()
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle120 d xmlRealloc pr * extproc('__call_xmlRealloc') void *

123