OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlModulePtr
(Results
1 - 4
of
4
) 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
49
xmlModuleErrMemory(
xmlModulePtr
module, const char *extra)
77
xmlModulePtr
80
xmlModulePtr
module;
82
module = (
xmlModulePtr
) xmlMalloc(sizeof(xmlModule));
119
xmlModuleSymbol(
xmlModulePtr
module, const char *name, void **symbol)
155
xmlModuleClose(
xmlModulePtr
module)
191
xmlModuleFree(
xmlModulePtr
module)
testModule.c
45
xmlModulePtr
module = NULL;
testapi.c
[
all
...]
Completed in 789 milliseconds