OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlReallocLoc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlmemory.c
300
*
xmlReallocLoc
:
312
xmlReallocLoc
(void *ptr,size_t size, const char * file, int line)
394
return(
xmlReallocLoc
(ptr, size, "none", 0));
elfgcchack.h
[
all
...]
/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 98 milliseconds