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.c161 xmlMallocLoc(size_t size, const char * file, int line) in xmlMallocLoc() function
298 return(xmlMallocLoc(size, "none", 0)); in xmlMemMalloc()
323 return(xmlMallocLoc(size, file, line)); in xmlReallocLoc()
Dlibxml2.syms564 xmlMallocLoc;
Delfgcchack.h5273 #undef xmlMallocLoc
5274 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
5276 #ifndef xmlMallocLoc
5277 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
5278 #define xmlMallocLoc xmlMallocLoc__internal_alias macro
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle210 d xmlMallocLoc pr * extproc('xmlMallocLoc') void *
/external/libxml2/win32/
Dlibxml2.def.src1077 xmlMallocLoc