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

/external/libxml2/
H A Dxmlregexp.c5701 * xmlAutomataNewNegTrans:
5718 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, function
H A Delfgcchack.h1252 #undef xmlAutomataNewNegTrans macro
1253 extern __typeof (xmlAutomataNewNegTrans) xmlAutomataNewNegTrans __attribute((alias("xmlAutomataNewNegTrans__internal_alias")));
1255 #ifndef xmlAutomataNewNegTrans
1256 extern __typeof (xmlAutomataNewNegTrans) xmlAutomataNewNegTrans__internal_alias __attribute((visibility("hidden")));
1257 #define xmlAutomataNewNegTrans xmlAutomataNewNegTrans__internal_alias macro

Completed in 104 milliseconds