MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlFreeAutomata

Function xmlFreeAutomata

ThirdParty/libxml2/vtklibxml2/xmlregexp.c:5596–5601  ·  view source on GitHub ↗

* xmlFreeAutomata: * @am: an automata * * Free an automata */

Source from the content-addressed store, hash-verified

5594 * Free an automata
5595 */
5596void
5597xmlFreeAutomata(xmlAutomataPtr am) {
5598 if (am == NULL)
5599 return;
5600 xmlRegFreeParserCtxt(am);
5601}
5602
5603/**
5604 * xmlAutomataSetFlags:

Callers 6

xmlRegexpIsDeterministFunction · 0.85
xmlNewAutomataFunction · 0.85
automataTestFunction · 0.85
xmlRelaxNGCompileFunction · 0.85

Calls 1

xmlRegFreeParserCtxtFunction · 0.85

Tested by 1

automataTestFunction · 0.68