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

  /external/libxml2/include/libxml/
xmlmemory.h 163 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
  /external/libxml2/
xmlmemory.c 302 * xmlReallocLoc:
314 xmlReallocLoc(void *ptr,size_t size, const char * file, int line)
397 return(xmlReallocLoc(ptr, size, "none", 0));
elfgcchack.h     [all...]

Completed in 27 milliseconds