PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
/
includes
/
libxml
/* * Summary: dynamic module loading * Description: basic API for dynamic module loading, used by * libexslt added in 2.6.17 * * Copy: See Copyright for the status of this software. * * Author: Joel W. Reed */ #ifndef __XML_MODULE_H__ #define __XML_MODULE_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_MODULES_ENABLED #ifdef __cplusplus extern "C" { #endif /** * xmlModulePtr: * * A handle to a dynamically loaded module */ typedef struct _xmlModule xmlModule; typedef xmlModule *xmlModulePtr; /** * xmlModuleOption: * * enumeration of options that can be passed down to xmlModuleOpen() */ typedef enum { XML_MODULE_LAZY = 1, /* lazy binding */ XML_MODULE_LOCAL= 2 /* local binding */ } xmlModuleOption; XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename, int options); XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module, const char* name, void **result); XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module); XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module); #ifdef __cplusplus } #endif #endif /* LIBXML_MODULES_ENABLED */ #endif /*__XML_MODULE_H__ */
[-] xpathInternals.h
[edit]
[-] xpath.h
[edit]
[-] xmlmodule.h
[edit]
[-] dict.h
[edit]
[-] nanoftp.h
[edit]
[-] xmlautomata.h
[edit]
[-] xmlschemas.h
[edit]
[-] xmlwriter.h
[edit]
[-] xmlreader.h
[edit]
[-] nanohttp.h
[edit]
[-] xmlstring.h
[edit]
[+]
..
[-] xmlsave.h
[edit]
[-] chvalid.h
[edit]
[-] xpointer.h
[edit]
[-] xlink.h
[edit]
[-] parser.h
[edit]
[-] tree.h
[edit]
[-] schematron.h
[edit]
[-] SAX.h
[edit]
[-] threads.h
[edit]
[-] parserInternals.h
[edit]
[-] xmlexports.h
[edit]
[-] c14n.h
[edit]
[-] hash.h
[edit]
[+]
__pycache__
[-] xmlerror.h
[edit]
[-] catalog.h
[edit]
[-] HTMLparser.h
[edit]
[-] xmlunicode.h
[edit]
[-] xmlregexp.h
[edit]
[-] globals.h
[edit]
[-] xmlversion.h
[edit]
[-] xinclude.h
[edit]
[-] debugXML.h
[edit]
[-] __init__.py
[edit]
[-] xmlIO.h
[edit]
[-] entities.h
[edit]
[-] uri.h
[edit]
[-] relaxng.h
[edit]
[-] DOCBparser.h
[edit]
[-] valid.h
[edit]
[-] HTMLtree.h
[edit]
[-] schemasInternals.h
[edit]
[-] xmlmemory.h
[edit]
[-] SAX2.h
[edit]
[-] xmlschemastypes.h
[edit]
[-] list.h
[edit]
[-] encoding.h
[edit]