/external/libxml2/ |
uri.c | 1008 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar)); 1021 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar)); 1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar)); 1060 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar)); 1076 temp = (xmlChar *) xmlRealloc(ret, 1102 temp = (xmlChar *) xmlRealloc(ret, 1118 temp = (xmlChar *) xmlRealloc(ret, 1133 temp = (xmlChar *) xmlRealloc(ret, 1148 temp = (xmlChar *) xmlRealloc(ret, 1164 temp = (xmlChar *) xmlRealloc(ret [all...] |
globals.c | 79 #undef xmlRealloc 85 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; 116 * xmlRealloc: 124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; 523 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; 529 gs->xmlRealloc = (xmlReallocFunc) realloc; 737 #undef xmlRealloc 741 return (&xmlRealloc); 743 return (&xmlGetGlobalState()->xmlRealloc);
|
xmlmemory.c | 69 #ifdef xmlRealloc 70 #undef xmlRealloc 1015 xmlRealloc = reallocFunc; 1040 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; 1084 xmlRealloc = reallocFunc; 1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
|
pattern.c | 349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * 420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * 469 tmp = (xmlStepStatePtr) xmlRealloc(states->states, [all...] |
c14n.c | 330 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr)); 337 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr)); [all...] |
xinclude.c | 258 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab, 334 (xmlChar * *) xmlRealloc(ctxt->urlTab, 777 ctxt->txtTab = (xmlNodePtr *) xmlRealloc(ctxt->txtTab, 783 ctxt->txturlTab = (xmlURL *) xmlRealloc(ctxt->txturlTab, [all...] |
parser.c | [all...] |
tree.c | [all...] |
xmlstring.c | 460 ret = (xmlChar *) xmlRealloc(cur, (size + len + 1) * sizeof(xmlChar));
|
schematron.c | 749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 * 819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 * [all...] |
xmlregexp.c | [all...] |
HTMLparser.c | 169 xmlRealloc((xmlChar * *)ctxt->nameTab, [all...] |
relaxng.c | 905 tmp = (xmlRelaxNGDefinePtr *) xmlRealloc(ctxt->defTab, [all...] |
xpath.c | 433 list->items = (void **) xmlRealloc(list->items, 726 real = (xmlXPathStepOp *) xmlRealloc(comp->steps, [all...] |
entities.c | 533 xmlRealloc(buffer, buffer_size * sizeof(xmlChar)); \
|
error.c | 49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
|
nanohttp.c | 535 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen); [all...] |
xmlreader.c | 596 (xmlNodePtr *) xmlRealloc(reader->entTab, 600 xmlGenericError(xmlGenericErrorContext, "xmlRealloc failed !\n"); [all...] |
valid.c | 288 tmp = (xmlValidState *) xmlRealloc(ctxt->vstateTab, 394 tmp = (xmlValidState *) xmlRealloc(ctxt->vstateTab, 452 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, [all...] |
parserInternals.c | [all...] |
xmlschemas.c | [all...] |
SAX2.c | [all...] |
catalog.c | [all...] |
/external/libxml2/include/libxml/ |
globals.h | 91 #undef xmlRealloc 129 xmlReallocFunc xmlRealloc; 193 * - xmlRealloc 217 #define xmlRealloc \ 220 XMLPUBVAR xmlReallocFunc xmlRealloc; 242 XMLPUBVAR xmlReallocFunc xmlRealloc;
|
xmlmemory.h | 94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc; 191 * xmlRealloc: 199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
|