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

/external/libxml2/include/libxml/
H A Dxmlmodule.h23 * xmlModulePtr:
28 typedef xmlModule *xmlModulePtr; typedef
40 XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
43 XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module,
47 XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module);
49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);

Completed in 2921 milliseconds