Searched defs:xmlMemStrdupLoc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c469 * xmlMemStrdupLoc:
480 xmlMemStrdupLoc(const char *str, const char *file, int line) function
542 return(xmlMemStrdupLoc(str, "none", 0));
H A Delfgcchack.h5225 #undef xmlMemStrdupLoc macro
5226 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias")));
5228 #ifndef xmlMemStrdupLoc
5229 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")));
5230 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias macro

Completed in 72 milliseconds