HomeSort by relevance Sort by last modified time
    Searched refs:xmlMemStrdupLoc (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
xmlmemory.h 167 xmlMemStrdupLoc (const char *str, const char *file, int line);
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
  /external/libxml2/
xmlmemory.c 472 * xmlMemStrdupLoc:
483 xmlMemStrdupLoc(const char *str, const char *file, int line)
545 return(xmlMemStrdupLoc(str, "none", 0));
elfgcchack.h     [all...]

Completed in 26 milliseconds