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

/external/libxml2/
H A Dxmlregexp.c5543 xmlFreeAutomata(am);
5613 xmlFreeAutomata(ctxt);
5619 xmlFreeAutomata(ctxt);
5628 * xmlFreeAutomata:
5634 xmlFreeAutomata(xmlAutomataPtr am) { function
H A Delfgcchack.h3550 #undef xmlFreeAutomata macro
3551 extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias")));
3553 #ifndef xmlFreeAutomata
3554 extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden")));
3555 #define xmlFreeAutomata xmlFreeAutomata__internal_alias macro

Completed in 104 milliseconds