Searched defs:xmlRealloc (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlmemory.h94 LIBXML_DLL_IMPORT xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
H A Dglobals.h92 #undef xmlRealloc macro
130 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
196 * - xmlRealloc
220 #define xmlRealloc \ macro
223 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
245 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
/external/libxml2/include/libxml/
H A Dxmlmemory.h94 LIBXML_DLL_IMPORT xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
H A Dglobals.h92 #undef xmlRealloc macro
130 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
196 * - xmlRealloc
220 #define xmlRealloc \ macro
223 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
245 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
/external/chromium_org/third_party/libxml/src/
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
1015 xmlRealloc = reallocFunc;
1040 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1084 xmlRealloc = reallocFunc;
1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A Dglobals.c80 #undef xmlRealloc macro
86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
136 * xmlRealloc:
144 xmlReallocFunc xmlRealloc = (xmlReallocFunc) size_checked_realloc; variable
551 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
557 gs->xmlRealloc = (xmlReallocFunc) realloc;
766 #undef xmlRealloc macro
770 return (&xmlRealloc);
772 return (&xmlGetGlobalState()->xmlRealloc);
/external/libxml2/
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
1018 xmlRealloc = reallocFunc;
1043 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1087 xmlRealloc = reallocFunc;
1117 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A Dglobals.c80 #undef xmlRealloc macro
86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
117 * xmlRealloc:
125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable
532 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
538 gs->xmlRealloc = (xmlReallocFunc) realloc;
747 #undef xmlRealloc macro
751 return (&xmlRealloc);
753 return (&xmlGetGlobalState()->xmlRealloc);

Completed in 1729 milliseconds