Searched refs:xmlReallocLoc (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 163 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/ |
D | xmlmemory.rpgle | 222 d xmlReallocLoc pr * extproc('xmlReallocLoc') void *
|
/external/libxml2/ |
D | xmlmemory.c | 322 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) in xmlReallocLoc() function 407 return(xmlReallocLoc(ptr, size, "none", 0)); in xmlMemRealloc()
|
D | libxml2.syms | 576 xmlReallocLoc;
|
D | elfgcchack.h | 8213 #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
|
D | NEWS | 1511 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
|
D | ChangeLog | 7763 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1435 xmlReallocLoc
|