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);
16 * xmlModulePtr:20 d xmlModulePtr s * based(######typedef######)34 d like(xmlModulePtr)40 d module value like(xmlModulePtr)45 d module value like(xmlModulePtr)48 d module value like(xmlModulePtr)
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()72 xmlModulePtr75 xmlModulePtr module; in xmlModuleOpen()77 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()114 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()150 xmlModuleClose(xmlModulePtr module) in xmlModuleClose()186 xmlModuleFree(xmlModulePtr module) in xmlModuleFree()
45 xmlModulePtr module = NULL; in main()
29883 static xmlModulePtr gen_xmlModulePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlModulePtr()29886 static void des_xmlModulePtr(int no ATTRIBUTE_UNUSED, xmlModulePtr val ATTRIBUTE_UNUSED, int nr ATT… in des_xmlModulePtr()29898 xmlModulePtr module; /* the module handle */ in test_xmlModuleClose()29942 xmlModulePtr module; /* the module */ in test_xmlModuleSymbol()