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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6241 * xmlAutomataCompile:
6250 xmlAutomataCompile(xmlAutomataPtr am) { function
H A Delfgcchack.h1132 #undef xmlAutomataCompile macro
1133 extern __typeof (xmlAutomataCompile) xmlAutomataCompile __attribute((alias("xmlAutomataCompile__internal_alias")));
1135 #ifndef xmlAutomataCompile
1136 extern __typeof (xmlAutomataCompile) xmlAutomataCompile__internal_alias __attribute((visibility("hidden")));
1137 #define xmlAutomataCompile xmlAutomataCompile__internal_alias macro

Completed in 103 milliseconds