/external/libxml2/ |
D | globals.c | 80 #undef xmlRealloc 86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable 125 xmlReallocFunc xmlRealloc = realloc; variable 544 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; in xmlInitializeGlobalState() 550 gs->xmlRealloc = (xmlReallocFunc) realloc; in xmlInitializeGlobalState() 759 #undef xmlRealloc 763 return (&xmlRealloc); in __xmlRealloc() 765 return (&xmlGetGlobalState()->xmlRealloc); in __xmlRealloc()
|
D | xmlmemory.c | 69 #ifdef xmlRealloc 70 #undef xmlRealloc 1058 xmlRealloc = reallocFunc; in xmlMemSetup() 1083 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet() 1127 xmlRealloc = reallocFunc; in xmlGcMemSetup() 1157 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
|
D | buf.c | 478 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufGrowInternal() 486 newbuf = (xmlChar *) xmlRealloc(buf->content, size); in xmlBufGrowInternal() 817 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize); in xmlBufResize() 829 rebuf = (xmlChar *) xmlRealloc(buf->content, newSize); in xmlBufResize()
|
D | testC14N.c | 189 xmlRealloc(buffer, buffer_size * sizeof(xmlChar*)); \
|
D | pattern.c | 353 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd() 424 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern() 473 tmp = (xmlStepStatePtr) xmlRealloc(states->states, in xmlPatPushState() 1551 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps, in xmlStreamCompAddStep() 1826 cur = (int *) xmlRealloc(comp->states, in xmlStreamCtxtAddState()
|
D | parser.c | 1261 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs() 1622 tmp = (const xmlChar **) xmlRealloc((char *) ctxt->nsTab, in nsPush() 1683 atts = (const xmlChar **) xmlRealloc((void *) ctxt->atts, in xmlCtxtGrowAttrs() 1687 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs, in xmlCtxtGrowAttrs() 1716 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush() 1773 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodePush() 1842 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in nameNsPush() 1850 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush() 1911 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in namePush() 1957 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush() [all …]
|
D | c14n.c | 338 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr)); in xmlC14NVisibleNsStackAdd() 345 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackAdd() 2123 xmlRealloc(buffer, buffer_size * sizeof(xmlChar)); \
|
D | xinclude.c | 260 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab, in xmlXIncludeNewRef() 336 (xmlChar * *) xmlRealloc(ctxt->urlTab, in xmlXIncludeURLPush() 779 ctxt->txtTab = (xmlNodePtr *) xmlRealloc(ctxt->txtTab, in xmlXIncludeAddTxt() 785 ctxt->txturlTab = (xmlURL *) xmlRealloc(ctxt->txturlTab, in xmlXIncludeAddTxt()
|
D | tree.c | 4865 temp = (xmlChar *) xmlRealloc(buffer, buf_len); in xmlGetNodePath() 4873 temp = (xmlChar *) xmlRealloc(buf, buf_len); in xmlGetNodePath() 5938 ret = (xmlNsPtr *) xmlRealloc(ret, in xmlGetNsList() 6354 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * in xmlReconciliateNs() 6361 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs() 6418 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, in xmlReconciliateNs() 6425 newNs = (xmlNsPtr *) xmlRealloc(newNs, in xmlReconciliateNs() 7292 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow() 7300 newbuf = (xmlChar *) xmlRealloc(buf->content, size); in xmlBufferGrow() 7451 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize); in xmlBufferResize() [all …]
|
D | xmlstring.c | 462 ret = (xmlChar *) xmlRealloc(cur, (size + len + 1) * sizeof(xmlChar)); in xmlStrncat()
|
D | xmlregexp.c | 1242 tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges * in xmlRegAtomAddRange() 1273 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters * in xmlRegGetCounter() 1305 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush() 1334 tmp = (int *) xmlRealloc(target->transTo, target->maxTransTo * in xmlRegStateAddTransTo() 1394 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans * in xmlRegStateAddTrans() 1441 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates * in xmlRegStatePush() 3126 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks, in xmlFARegExecSave() 3621 tmp = (xmlRegInputTokenPtr) xmlRealloc(exec->inputStack, in xmlFARegExecSaveInputString() 7717 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 * in xmlExpExpDeriveInt()
|
D | schematron.c | 751 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 * 821 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 * in xmlSchematronAddNamespace()
|
D | HTMLparser.c | 176 xmlRealloc((xmlChar * *)ctxt->nameTab, in htmlnamePush() 232 xmlRealloc((htmlParserNodeInfo *)ctxt->nodeInfoTab, in htmlNodeInfoPush() 1914 tmp = (xmlChar *) xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \ 3234 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in htmlParsePI() 3333 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in htmlParseComment() 3873 n = (const xmlChar **) xmlRealloc((void *) atts, in htmlParseStartTag()
|
D | relaxng.c | 909 tmp = (xmlRelaxNGDefinePtr *) xmlRealloc(ctxt->defTab, in xmlRelaxNGNewDefine() 1067 tmp = (xmlRelaxNGValidStatePtr *) xmlRealloc(states->tabState, in xmlRelaxNGAddStatesUniq() 1107 tmp = (xmlRelaxNGValidStatePtr *) xmlRealloc(states->tabState, in xmlRelaxNGAddStates() 1153 tmp = (xmlRelaxNGStatesPtr *) xmlRealloc(ctxt->freeStates, in xmlRelaxNGFreeStates() 1244 tmp = (xmlAttrPtr *) xmlRealloc(ret->attrs, nbAttrs * in xmlRelaxNGNewValidState() 1319 tmp = (xmlAttrPtr *) xmlRealloc(ret->attrs, state->maxAttrs * in xmlRelaxNGCopyValidState() 1468 (xmlRelaxNGIncludePtr *) xmlRealloc(ctxt->incTab, in xmlRelaxNGIncludePush() 1802 (xmlRelaxNGValidErrorPtr) xmlRealloc(ctxt->errTab, in xmlRelaxNGValidErrorPush() 1896 (xmlRelaxNGDocumentPtr *) xmlRealloc(ctxt->docTab, in xmlRelaxNGDocumentPush() 4040 temp = xmlRealloc(ret, in xmlRelaxNGGetElements() [all …]
|
D | error.c | 49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
|
D | entities.c | 541 tmp = (xmlChar *) xmlRealloc(buffer, new_size); \
|
D | xpath.c | 795 list->items = (void **) xmlRealloc(list->items, in xmlPointerListAddSize() 1090 real = (xmlXPathStepOp *) xmlRealloc(comp->steps, in xmlXPathCompExprAdd() 2861 tmp = (xmlXPathObjectPtr *) xmlRealloc(ctxt->valueTab, in valuePush() 3678 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddNs() 3733 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAdd() 3787 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddUnique() 3903 temp = (xmlNodePtr *) xmlRealloc(val1->nodeTab, val1->nodeMax * 2 * in xmlXPathNodeSetMerge() 4014 temp = (xmlNodePtr *) xmlRealloc( in xmlXPathNodeSetMergeAndClear() 4096 temp = (xmlNodePtr *) xmlRealloc( in xmlXPathNodeSetMergeAndClearNoDupls() 10006 buffer = (xmlChar *) xmlRealloc(buffer, in xmlXPathParseNameComplex()
|
/external/libxml2/include/libxml/ |
D | globals.h | 95 #undef xmlRealloc 133 xmlReallocFunc xmlRealloc; member 224 #define xmlRealloc \ macro 227 XMLPUBVAR xmlReallocFunc xmlRealloc; variable 249 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
|
D | xmlmemory.h | 199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
|
/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 *
|
D | globals.rpgle | 108 d xmlRealloc like(xmlReallocFunc)
|
/external/libxml2/doc/examples/ |
D | testWriter.c | 1183 out = (unsigned char *) xmlRealloc(out, out_size + 1); in ConvertInput()
|
/external/libxml2/doc/html/ |
D | index.sgml | 85 <ANCHOR id="xmlRealloc" href="libxml/libxml-xmlmemory.html#xmlRealloc"> 535 <ANCHOR id="xmlRealloc" href="libxml/libxml-globals.html#xmlRealloc">
|