Home
last modified time | relevance | path

Searched refs:xmlModulePtr (Results 1 – 3 of 3) 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/
Dxmlmodule.c44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()
68 xmlModulePtr
71 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()
/external/libxslt/libxslt/
Dextensions.c323 xmlModulePtr m; in xsltExtModuleRegisterDynamic()