Searched refs:xmlReallocLoc (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.in.h161 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
197 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
H A Dxmlmemory.c300 * xmlReallocLoc:
312 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) function
394 return(xmlReallocLoc(ptr, size, "none", 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlmemory.h163 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.in.h161 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
197 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
H A Dxmlmemory.c300 * xmlReallocLoc:
312 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) function
394 return(xmlReallocLoc(ptr, size, "none", 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c300 * xmlReallocLoc:
312 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) function
394 return(xmlReallocLoc(ptr, size, "none", 0));
H A Delfgcchack.h8007 #undef xmlReallocLoc macro
8008 extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
8010 #ifndef xmlReallocLoc
8011 extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
8012 #define xmlReallocLoc xmlReallocLoc__internal_alias macro

Completed in 138 milliseconds