Home
last modified time | relevance | path

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

/external/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__)
/external/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
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle217 d xmlMallocLoc pr * extproc('xmlMallocLoc') void *
/external/libxml2/win32/
Dlibxml2.def.src1078 xmlMallocLoc