Home
last modified time | relevance | path

Searched refs:xmlMemStrdupLoc (Results 1 – 6 of 6) 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/os400/libxmlrpg/
Dxmlmemory.rpgle234 d xmlMemStrdupLoc...
235 d pr * extproc('xmlMemStrdupLoc') char *
/external/libxml2/
Dxmlmemory.c507 xmlMemStrdupLoc(const char *str, const char *file, int line) in xmlMemStrdupLoc() function
573 return(xmlMemStrdupLoc(str, "none", 0)); in xmlMemoryStrdup()
Dlibxml2.syms572 xmlMemStrdupLoc;
Delfgcchack.h5383 #undef xmlMemStrdupLoc
5384 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_ali…
5386 #ifndef xmlMemStrdupLoc
5387 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")…
5388 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias macro
/external/libxml2/win32/
Dlibxml2.def.src1090 xmlMemStrdupLoc