Searched defs:xmlGetGlobalState (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c622 * xmlGetGlobalState:
624 * xmlGetGlobalState() is called to retrieve the global state for a thread.
629 xmlGetGlobalState(void) function
H A Delfgcchack.h3933 #undef xmlGetGlobalState macro
3934 extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__internal_alias")));
3936 #ifndef xmlGetGlobalState
3937 extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidden")));
3938 #define xmlGetGlobalState xmlGetGlobalState__internal_alias macro

Completed in 112 milliseconds