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

/external/chromium_org/third_party/libxml/src/
H A Dglobals.c43 * xmlInitGlobals:
47 void xmlInitGlobals(void) function
524 xmlInitGlobals();
H A Delfgcchack.h4533 #undef xmlInitGlobals macro
4534 extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
4536 #ifndef xmlInitGlobals
4537 extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
4538 #define xmlInitGlobals xmlInitGlobals__internal_alias macro
/external/libxml2/
H A Dglobals.c43 * xmlInitGlobals:
47 void xmlInitGlobals(void) function
505 xmlInitGlobals();
H A Delfgcchack.h4533 #undef xmlInitGlobals macro
4534 extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
4536 #ifndef xmlInitGlobals
4537 extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
4538 #define xmlInitGlobals xmlInitGlobals__internal_alias macro

Completed in 412 milliseconds