Home
last modified time | relevance | path

Searched refs:xmlCleanupThreads (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/os400/libxmlrpg/
Dthreads.rpgle66 d xmlCleanupThreads...
67 d pr extproc('xmlCleanupThreads')
/third_party/libxml2/include/libxml/
Dthreads.h71 xmlCleanupThreads(void);
/third_party/libxml2/
Dthreads.c906 xmlCleanupThreads(void) in xmlCleanupThreads() function
Dlibxml2.syms844 xmlCleanupThreads;
Delfgcchack.h2163 #undef xmlCleanupThreads
2164 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__intern…
2166 #ifndef xmlCleanupThreads
2167 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidd…
2168 #define xmlCleanupThreads xmlCleanupThreads__internal_alias macro
Dparser.c14763 xmlCleanupThreads(); /* must be last if called not from the main thread */ in xmlCleanupParser()
DNEWS1630 more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard)
/third_party/libxml2/win32/
Dlibxml2.def.src680 xmlCleanupThreads
/third_party/chromium/patch/
D0001-cve.patch74715 - * threads.c parser.c: more warnings about xmlCleanupThreads and
82950 - * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
103148 -#undef xmlCleanupThreads
103149 -extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__inter…
103151 -#ifndef xmlCleanupThreads
103152 -extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hid…
103153 -#define xmlCleanupThreads xmlCleanupThreads__internal_alias
122194 xmlCleanupThreads(void);
123800 xmlCleanupThreads(); /* must be last if called not from the main thread */
132718 * xmlCleanupThreads:
[all …]