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.rpgle16 * 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)
/external/libxml2/
Dxmlmodule.c44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()
72 xmlModulePtr
75 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()
DtestModule.c45 xmlModulePtr module = NULL; in main()
Dtestapi.c29883 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()