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

/external/libxml2/
H A Dglobals.c43 * xmlInitGlobals:
47 void xmlInitGlobals(void) function
505 xmlInitGlobals();
H A Delfgcchack.h4625 #undef xmlInitGlobals macro
4626 extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
4628 #ifndef xmlInitGlobals
4629 extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
4630 #define xmlInitGlobals xmlInitGlobals__internal_alias macro

Completed in 159 milliseconds