Searched refs:xmlModulePtr (Results 1 – 3 of 3) sorted by relevance
28 typedef xmlModule *xmlModulePtr; typedef40 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);
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()68 xmlModulePtr71 xmlModulePtr module; in xmlModuleOpen()73 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()142 xmlModuleClose(xmlModulePtr module) in xmlModuleClose()178 xmlModuleFree(xmlModulePtr module) in xmlModuleFree()
323 xmlModulePtr m; in xsltExtModuleRegisterDynamic()