Searched refs:xmlCleanupThreads (Results 1 – 4 of 4) sorted by relevance
71 xmlCleanupThreads(void);
910 xmlCleanupThreads(void) in xmlCleanupThreads() function
2091 #undef xmlCleanupThreads2092 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__intern…2094 #ifndef xmlCleanupThreads2095 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidd…2096 #define xmlCleanupThreads xmlCleanupThreads__internal_alias macro
14228 xmlCleanupThreads(); /* must be last if called not from the main thread */ in xmlCleanupParser()