Home
last modified time | relevance | path

Searched refs:xmlReallocLoc (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h163 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle222 d xmlReallocLoc pr * extproc('xmlReallocLoc') void *
/external/libxml2/
Dxmlmemory.c329 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) in xmlReallocLoc() function
421 return(xmlReallocLoc(ptr, size, "none", 0)); in xmlMemRealloc()
Dlibxml2.syms576 xmlReallocLoc;
Delfgcchack.h8213 #undef xmlReallocLoc
8214 extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
8216 #ifndef xmlReallocLoc
8217 extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
8218 #define xmlReallocLoc xmlReallocLoc__internal_alias macro
DNEWS1511 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
DChangeLog7763 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
/external/libxml2/win32/
Dlibxml2.def.src1435 xmlReallocLoc