Home
last modified time | relevance | path

Searched refs:xmlModuleFree (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmodule.h49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
/external/libxml2/
Dxmlmodule.c163 rc = xmlModuleFree(module); in xmlModuleClose()
178 xmlModuleFree(xmlModulePtr module) in xmlModuleFree() function
Delfgcchack.h5324 #undef xmlModuleFree
5325 extern __typeof (xmlModuleFree) xmlModuleFree __attribute((alias("xmlModuleFree__internal_alias")));
5327 #ifndef xmlModuleFree
5328 extern __typeof (xmlModuleFree) xmlModuleFree__internal_alias __attribute((visibility("hidden")));
5329 #define xmlModuleFree xmlModuleFree__internal_alias macro