OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlModulePtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/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/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);
Completed in 47 milliseconds