Home
last modified time | relevance | path

Searched refs:xmlInitMemory (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dxmlmemory.c166 if (!xmlMemInitialized) xmlInitMemory(); in xmlMallocLoc()
235 if (!xmlMemInitialized) xmlInitMemory(); in xmlMallocAtomicLoc()
325 if (!xmlMemInitialized) xmlInitMemory(); in xmlReallocLoc()
489 if (!xmlMemInitialized) xmlInitMemory(); in xmlMemStrdupLoc()
924 xmlInitMemory(void) in xmlInitMemory() function
Delfgcchack.h4543 #undef xmlInitMemory
4544 extern __typeof (xmlInitMemory) xmlInitMemory __attribute((alias("xmlInitMemory__internal_alias")));
4546 #ifndef xmlInitMemory
4547 extern __typeof (xmlInitMemory) xmlInitMemory__internal_alias __attribute((visibility("hidden")));
4548 #define xmlInitMemory xmlInitMemory__internal_alias macro
Dparser.c14165 xmlInitMemory(); in xmlInitParser()
/external/libxml2/include/libxml/
Dxmlmemory.h130 xmlInitMemory (void);