Searched refs:xmlMallocLoc (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.h159 xmlMallocLoc (size_t size, const char *file, int line);
177 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
H A Dxmlmemory.c150 * xmlMallocLoc:
161 xmlMallocLoc(size_t size, const char * file, int line) function
178 "xmlMallocLoc : Out of free space\n");
246 "xmlMallocLoc : Out of free space\n");
296 return(xmlMallocLoc(size, "none", 0));
321 return(xmlMallocLoc(size, file, line));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlmemory.h161 xmlMallocLoc (size_t size, const char *file, int line);
179 #define xmlMalloc(size) xmlMallocLoc((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.h159 xmlMallocLoc (size_t size, const char *file, int line);
177 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
H A Dxmlmemory.c150 * xmlMallocLoc:
161 xmlMallocLoc(size_t size, const char * file, int line) function
178 "xmlMallocLoc : Out of free space\n");
246 "xmlMallocLoc : Out of free space\n");
296 return(xmlMallocLoc(size, "none", 0));
321 return(xmlMallocLoc(size, file, line));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c150 * xmlMallocLoc:
161 xmlMallocLoc(size_t size, const char * file, int line) function
178 "xmlMallocLoc : Out of free space\n");
246 "xmlMallocLoc : Out of free space\n");
296 return(xmlMallocLoc(size, "none", 0));
321 return(xmlMallocLoc(size, file, line));
H A Delfgcchack.h5135 #undef xmlMallocLoc macro
5136 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
5138 #ifndef xmlMallocLoc
5139 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
5140 #define xmlMallocLoc xmlMallocLoc__internal_alias macro

Completed in 182 milliseconds