Searched refs:xmlModuleFree (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlmodule.h49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
/external/libxml2/include/libxml/
H A Dxmlmodule.h49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
/external/chromium_org/third_party/libxml/src/
H A Dxmlmodule.c163 rc = xmlModuleFree(module);
168 * xmlModuleFree:
178 xmlModuleFree(xmlModulePtr module) function
H A Delfgcchack.h5324 #undef xmlModuleFree macro
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
/external/libxml2/
H A Dxmlmodule.c171 rc = xmlModuleFree(module);
176 * xmlModuleFree:
186 xmlModuleFree(xmlModulePtr module) function
H A Delfgcchack.h5426 #undef xmlModuleFree macro
5427 extern __typeof (xmlModuleFree) xmlModuleFree __attribute((alias("xmlModuleFree__internal_alias")));
5429 #ifndef xmlModuleFree
5430 extern __typeof (xmlModuleFree) xmlModuleFree__internal_alias __attribute((visibility("hidden")));
5431 #define xmlModuleFree xmlModuleFree__internal_alias macro

Completed in 275 milliseconds