Searched refs:xmlMemStrdupLoc (Results 1 – 6 of 6) sorted by relevance
167 xmlMemStrdupLoc (const char *str, const char *file, int line);208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
226 d xmlMemStrdupLoc...227 d pr * extproc('xmlMemStrdupLoc') char *
485 xmlMemStrdupLoc(const char *str, const char *file, int line) in xmlMemStrdupLoc() function544 return(xmlMemStrdupLoc(str, "none", 0)); in xmlMemoryStrdup()
572 xmlMemStrdupLoc;
5373 #undef xmlMemStrdupLoc5374 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_ali…5376 #ifndef xmlMemStrdupLoc5377 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")…5378 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias macro
1089 xmlMemStrdupLoc