| /third_party/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 | 479 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufGrowInternal() 487 newbuf = (xmlChar *) xmlRealloc(buf->content, size); in xmlBufGrowInternal() 822 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize); in xmlBufResize() 834 rebuf = (xmlChar *) xmlRealloc(buf->content, newSize); in xmlBufResize()
|
| D | testC14N.c | 192 xmlRealloc(buffer, buffer_size * sizeof(xmlChar*)); \
|
| D | pattern.c | 356 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd() 427 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern() 476 tmp = (xmlStepStatePtr) xmlRealloc(states->states, in xmlPatPushState() 1554 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps, in xmlStreamCompAddStep() 1829 cur = (int *) xmlRealloc(comp->states, in xmlStreamCtxtAddState()
|
| D | parser.c | 1306 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs() 1667 tmp = (const xmlChar **) xmlRealloc((char *) ctxt->nsTab, in nsPush() 1728 atts = (const xmlChar **) xmlRealloc((void *) ctxt->atts, in xmlCtxtGrowAttrs() 1732 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs, in xmlCtxtGrowAttrs() 1761 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush() 1818 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodePush() 1890 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in nameNsPush() 1898 tmp2 = (xmlStartTag *) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush() 1967 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in namePush() 2013 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 | 261 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab, in xmlXIncludeNewRef() 337 (xmlChar * *) xmlRealloc(ctxt->urlTab, in xmlXIncludeURLPush() 793 ctxt->txtTab = (xmlChar **) xmlRealloc(ctxt->txtTab, in xmlXIncludeAddTxt() 799 ctxt->txturlTab = (xmlURL *) xmlRealloc(ctxt->txturlTab, in xmlXIncludeAddTxt()
|
| D | tree.c | 4928 temp = (xmlChar *) xmlRealloc(buffer, buf_len); in xmlGetNodePath() 4936 temp = (xmlChar *) xmlRealloc(buf, buf_len); in xmlGetNodePath() 6001 ret = (xmlNsPtr *) xmlRealloc(ret, in xmlGetNsList() 6417 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * in xmlReconciliateNs() 6424 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs() 6481 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, in xmlReconciliateNs() 6488 newNs = (xmlNsPtr *) xmlRealloc(newNs, in xmlReconciliateNs() 7358 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow() 7366 newbuf = (xmlChar *) xmlRealloc(buf->content, size); in xmlBufferGrow() 7525 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize); in xmlBufferResize() [all …]
|
| D | xmlstring.c | 466 ret = (xmlChar *) xmlRealloc(cur, ((size_t) size + len + 1) * sizeof(xmlChar)); in xmlStrncat()
|
| D | xmlregexp.c | 1274 tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges * in xmlRegAtomAddRange() 1305 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters * in xmlRegGetCounter() 1337 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush() 1366 tmp = (int *) xmlRealloc(target->transTo, target->maxTransTo * in xmlRegStateAddTransTo() 1426 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans * in xmlRegStateAddTrans() 1473 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates * in xmlRegStatePush() 3198 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks, in xmlFARegExecSave() 3693 tmp = (xmlRegInputTokenPtr) xmlRealloc(exec->inputStack, in xmlFARegExecSaveInputString() 7808 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() 2090 tmp = (xmlChar *) xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \ 3397 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in htmlParsePI() 3518 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in htmlParseComment() 4079 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() 4041 temp = xmlRealloc(ret, in xmlRelaxNGGetElements() [all …]
|
| D | xpath.c | 830 list->items = (void **) xmlRealloc(list->items, in xmlPointerListAddSize() 1126 real = (xmlXPathStepOp *) xmlRealloc(comp->steps, in xmlXPathCompExprAdd() 2904 tmp = (xmlXPathObjectPtr *) xmlRealloc(ctxt->valueTab, in valuePush() 3690 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddNs() 3746 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAdd() 3801 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddUnique() 3918 temp = (xmlNodePtr *) xmlRealloc(val1->nodeTab, val1->nodeMax * 2 * in xmlXPathNodeSetMerge() 4004 temp = (xmlNodePtr *) xmlRealloc( in xmlXPathNodeSetMergeAndClear() 4058 temp = (xmlNodePtr *) xmlRealloc( in xmlXPathNodeSetMergeAndClearNoDupls() 9944 tmp = (xmlChar *) xmlRealloc(buffer, in xmlXPathParseNameComplex() [all …]
|
| D | error.c | 49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
|
| D | entities.c | 556 tmp = (xmlChar *) xmlRealloc(buffer, new_size); \
|
| /third_party/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
|
| /third_party/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()
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | xmlmemory.rpgle | 120 d xmlRealloc pr * extproc('__call_xmlRealloc') void *
|
| D | globals.rpgle | 108 d xmlRealloc like(xmlReallocFunc)
|
| /third_party/libxml2/doc/examples/ |
| D | testWriter.c | 1183 out = (unsigned char *) xmlRealloc(out, out_size + 1); in ConvertInput()
|
| /third_party/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">
|