OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlModulePtr
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xmlmodule.h
23
*
xmlModulePtr
:
28
typedef xmlModule *
xmlModulePtr
;
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/
xmlmodule.c
44
xmlModuleErrMemory(
xmlModulePtr
module, const char *extra)
68
xmlModulePtr
71
xmlModulePtr
module;
73
module = (
xmlModulePtr
) xmlMalloc(sizeof(xmlModule));
106
xmlModuleSymbol(
xmlModulePtr
module, const char *name, void **symbol)
142
xmlModuleClose(
xmlModulePtr
module)
178
xmlModuleFree(
xmlModulePtr
module)
Completed in 74 milliseconds