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

/external/libxml2/
H A Dxmlregexp.c6145 * xmlAutomataNewEpsilon:
6157 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, function
H A Delfgcchack.h1240 #undef xmlAutomataNewEpsilon macro
1241 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEpsilon__internal_alias")));
1243 #ifndef xmlAutomataNewEpsilon
1244 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibility("hidden")));
1245 #define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias macro

Completed in 119 milliseconds