OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlMallocLoc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlmemory.c
150
*
xmlMallocLoc
:
161
xmlMallocLoc
(size_t size, const char * file, int line)
178
"
xmlMallocLoc
: Out of free space\n");
246
"
xmlMallocLoc
: Out of free space\n");
296
return(
xmlMallocLoc
(size, "none", 0));
321
return(
xmlMallocLoc
(size, file, line));
elfgcchack.h
[
all
...]
/external/libxml2/
xmlmemory.c
150
*
xmlMallocLoc
:
161
xmlMallocLoc
(size_t size, const char * file, int line)
178
"
xmlMallocLoc
: Out of free space\n");
247
"
xmlMallocLoc
: Out of free space\n");
298
return(
xmlMallocLoc
(size, "none", 0));
323
return(
xmlMallocLoc
(size, file, line));
elfgcchack.h
[
all
...]
Completed in 245 milliseconds