Home
last modified time | relevance | path

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

/external/libxml2/
Dglobals.c689 return (&xmlGetGlobalState()->docbDefaultSAXHandler); in __docbDefaultSAXHandler()
700 return (&xmlGetGlobalState()->htmlDefaultSAXHandler); in __htmlDefaultSAXHandler()
710 return (&xmlGetGlobalState()->xmlLastError); in __xmlLastError()
725 return (&xmlGetGlobalState()->xmlMalloc); in __xmlMalloc()
734 return (&xmlGetGlobalState()->xmlMallocAtomic); in __xmlMallocAtomic()
743 return (&xmlGetGlobalState()->xmlRealloc); in __xmlRealloc()
752 return (&xmlGetGlobalState()->xmlFree); in __xmlFree()
760 return (&xmlGetGlobalState()->xmlMemStrdup); in __xmlMemStrdup()
778 return (&xmlGetGlobalState()->oldXMLWDcompatibility); in __oldXMLWDcompatibility()
787 return (&xmlGetGlobalState()->xmlBufferAllocScheme); in __xmlBufferAllocScheme()
[all …]
Dthreads.c657 xmlGetGlobalState(void) in xmlGetGlobalState() function
Delfgcchack.h3957 #undef xmlGetGlobalState
3958 extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__intern…
3960 #ifndef xmlGetGlobalState
3961 extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidd…
3962 #define xmlGetGlobalState xmlGetGlobalState__internal_alias macro
/external/libxml2/include/libxml/
Dthreads.h73 xmlGetGlobalState(void);