OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlMemRealloc
(Results
1 - 5
of
5
) sorted by null
/external/libxml2/include/libxml/
xmlmemory.h
155
xmlMemRealloc
(void *ptr,size_t size);
/external/libxml2/
globals.c
85
xmlReallocFunc xmlRealloc = (xmlReallocFunc)
xmlMemRealloc
;
523
gs->xmlRealloc = (xmlReallocFunc)
xmlMemRealloc
;
xmlmemory.c
383
*
xmlMemRealloc
:
393
xmlMemRealloc
(void *ptr,size_t size) {
xmllint.c
368
ret =
xmlMemRealloc
(mem, size);
[
all
...]
elfgcchack.h
[
all
...]
Completed in 17 milliseconds