OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlReallocLoc
(Results
1 - 4
of
4
) 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)
399
return(
xmlReallocLoc
(ptr, size, "none", 0));
libxml2.syms
576
xmlReallocLoc
;
[
all
...]
elfgcchack.h
[
all
...]
Completed in 65 milliseconds