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

/external/libxml2/
H A Dxmlregexp.c5549 xmlFreeAutomata(am);
5619 xmlFreeAutomata(ctxt);
5625 xmlFreeAutomata(ctxt);
5634 * xmlFreeAutomata:
5640 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 62 milliseconds