Home
last modified time | relevance | path

Searched refs:xmlModulePtr (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmodule.h28 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);
/external/libxml2/os400/libxmlrpg/
Dxmlmodule.rpgle18 * 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)
/external/libxml2/
Dxmlmodule.c49 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()
77 xmlModulePtr
80 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()
DtestModule.c45 xmlModulePtr module = NULL; in main()
Dtestapi.c30039 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()