Searched refs:xmlModulePtr (Results 1 – 5 of 5) 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);
18 * xmlModulePtr:22 d xmlModulePtr s * based(######typedef######)37 d like(xmlModulePtr)44 d module value like(xmlModulePtr)50 d module value like(xmlModulePtr)54 d module value like(xmlModulePtr)
49 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()77 xmlModulePtr80 xmlModulePtr module; in xmlModuleOpen()82 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()119 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()155 xmlModuleClose(xmlModulePtr module) in xmlModuleClose()191 xmlModuleFree(xmlModulePtr module) in xmlModuleFree()
45 xmlModulePtr module = NULL; in main()
30039 static xmlModulePtr gen_xmlModulePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlModulePtr()30042 static void des_xmlModulePtr(int no ATTRIBUTE_UNUSED, xmlModulePtr val ATTRIBUTE_UNUSED, int nr ATT… in des_xmlModulePtr()30054 xmlModulePtr module; /* the module handle */ in test_xmlModuleClose()30098 xmlModulePtr module; /* the module */ in test_xmlModuleSymbol()