Home
last modified time | relevance | path

Searched refs:xmlMemStrdupLoc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h167 xmlMemStrdupLoc (const char *str, const char *file, int line);
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
/external/libxml2/
Dxmlmemory.c483 xmlMemStrdupLoc(const char *str, const char *file, int line) in xmlMemStrdupLoc() function
545 return(xmlMemStrdupLoc(str, "none", 0)); in xmlMemoryStrdup()
Delfgcchack.h5271 #undef xmlMemStrdupLoc
5272 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_ali…
5274 #ifndef xmlMemStrdupLoc
5275 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")…
5276 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias macro