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

/external/libxml2/
H A Dxmlregexp.c5527 xmlFreeAutomata(am);
5597 xmlFreeAutomata(ctxt);
5603 xmlFreeAutomata(ctxt);
5612 * xmlFreeAutomata:
5618 xmlFreeAutomata(xmlAutomataPtr am) { function
H A Delfgcchack.h3458 #undef xmlFreeAutomata macro
3459 extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias")));
3461 #ifndef xmlFreeAutomata
3462 extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden")));
3463 #define xmlFreeAutomata xmlFreeAutomata__internal_alias macro

Completed in 99 milliseconds