Home
last modified time | relevance | path

Searched refs:xmlReallocLoc (Results 1 – 3 of 3) 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/
Dxmlmemory.c314 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) in xmlReallocLoc() function
397 return(xmlReallocLoc(ptr, size, "none", 0)); in xmlMemRealloc()
Delfgcchack.h8087 #undef xmlReallocLoc
8088 extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
8090 #ifndef xmlReallocLoc
8091 extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
8092 #define xmlReallocLoc xmlReallocLoc__internal_alias macro