Home
last modified time | relevance | path

Searched refs:xmlMallocLoc (Results 1 – 10 of 10) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmemory.in.h189 xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
207 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
Dxmlmemory.c193 xmlMallocLoc(size_t size, const char * file, int line) in xmlMallocLoc() function
344 return(xmlMallocLoc(size, "none", 0)); in xmlMemMalloc()
369 return(xmlMallocLoc(size, file, line)); in xmlReallocLoc()
Delfgcchack.h5304 #undef xmlMallocLoc
5305 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
5307 #ifndef xmlMallocLoc
5308 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
5309 #define xmlMallocLoc xmlMallocLoc__internal_alias macro
/third_party/libxml2/include/libxml/
Dxmlmemory.h161 xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
179 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
/third_party/libxml2/
Dxmlmemory.c162 xmlMallocLoc(size_t size, const char * file, int line) in xmlMallocLoc() function
313 return(xmlMallocLoc(size, "none", 0)); in xmlMemMalloc()
338 return(xmlMallocLoc(size, file, line)); in xmlReallocLoc()
Dlibxml2.syms564 xmlMallocLoc;
Delfgcchack.h5283 #undef xmlMallocLoc
5284 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
5286 #ifndef xmlMallocLoc
5287 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
5288 #define xmlMallocLoc xmlMallocLoc__internal_alias macro
/third_party/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle217 d xmlMallocLoc pr * extproc('xmlMallocLoc') void *
/third_party/libxml2/win32/
Dlibxml2.def.src1078 xmlMallocLoc
/third_party/chromium/patch/
D0001-cve.patch106268 -#undef xmlMallocLoc
106269 -extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
106271 -#ifndef xmlMallocLoc
106272 -extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
106273 -#define xmlMallocLoc xmlMallocLoc__internal_alias