/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | xmlmemory.h | 77 XML_OP(xmlRealloc, xmlReallocFunc, XML_NO_ATTR) \ 86 #define xmlRealloc XML_GLOBAL_MACRO(xmlRealloc) macro 95 XMLPUBVAR xmlReallocFunc xmlRealloc;
|
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 77 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/ |
D | xmlmemory.h | 77 XML_OP(xmlRealloc, xmlReallocFunc, XML_NO_ATTR) \ 86 #define xmlRealloc XML_GLOBAL_MACRO(xmlRealloc) macro 95 XMLPUBVAR xmlReallocFunc xmlRealloc;
|
/external/libxml2/ |
D | xmlmemory.c | 466 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()
|
D | parser.c | 749 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 …]
|
D | buf.c | 355 newbuf = xmlRealloc(buf->mem, size + 1); in xmlBufGrowInternal() 990 newbuf = xmlRealloc(buf->content, size); in xmlBufferGrow()
|
D | pattern.c | 341 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()
|
D | c14n.c | 319 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()
|
D | xinclude.c | 578 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()
|
D | HTMLparser.c | 172 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()
|
D | globals.c | 199 xmlReallocFunc xmlRealloc = realloc; variable
|
D | xmlstring.c | 470 ret = (xmlChar *) xmlRealloc(cur, (size_t) size + len + 1); in xmlStrncat()
|
/external/cronet/stable/third_party/libxml/src/ |
D | xmlmemory.c | 466 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()
|
D | parser.c | 745 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 …]
|
D | pattern.c | 352 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()
|
D | buf.c | 355 newbuf = xmlRealloc(buf->mem, size + 1); in xmlBufGrowInternal() 989 newbuf = xmlRealloc(buf->content, size); in xmlBufferGrow()
|
D | globals.c | 191 xmlReallocFunc xmlRealloc = realloc; variable
|
/external/cronet/tot/third_party/libxml/src/ |
D | xmlmemory.c | 466 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()
|
D | parser.c | 745 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 …]
|
D | pattern.c | 352 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()
|
D | buf.c | 355 newbuf = xmlRealloc(buf->mem, size + 1); in xmlBufGrowInternal() 989 newbuf = xmlRealloc(buf->content, size); in xmlBufferGrow()
|
D | globals.c | 191 xmlReallocFunc xmlRealloc = realloc; variable
|
/external/libxml2/os400/ |
D | rpgsupport.c | 63 THREADED_VAR(xmlRealloc, xmlReallocFunc) in THREADED_VAR() argument 69 return xmlRealloc(mem, size); in THREADED_VAR()
|
D | transcode.c | 105 ts = xmlRealloc(ts, (dstp - ts) + 4); in xmlTranscodeResult() 189 ts = xmlRealloc(ts, (dstp - ts) + 1); in inTranscode()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 120 d xmlRealloc pr * extproc('__call_xmlRealloc') void *
|