Software: Apache. PHP/7.3.33 uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
xmlmodulexmlmodule - dynamic module loading basic API for dynamic module loading, used by libexslt added in 2.6.17 Author(s): Joel W. Reed Synopsistypedef struct _xmlModule xmlModule; typedef xmlModule * xmlModulePtr; typedef enum xmlModuleOption; int xmlModuleFree (xmlModulePtr module); int xmlModuleSymbol (xmlModulePtr module, DescriptionDetailsStructure xmlModulestruct _xmlModule { The content of this structure is not made public by the API. } xmlModule; Enum xmlModuleOptionenum xmlModuleOption { XML_MODULE_LAZY = 1 /* lazy binding */ XML_MODULE_LOCAL = 2 /* local binding */ }; xmlModuleClose ()int xmlModuleClose (xmlModulePtr module) The close operations unload the associated module and free the data associated to the module.
xmlModuleFree ()int xmlModuleFree (xmlModulePtr module) The free operations free the data associated to the module but does not unload the associated shared library which may still be in use.
xmlModuleOpen ()xmlModulePtr xmlModuleOpen (const char * name, Opens a module/shared library given its name or path NOTE: that due to portability issues, behaviour can only be guaranteed with @name using ASCII. We canot guarantee that an UTF-8 string would work, which is why name is a const char * and not a const xmlChar * . TODO: options are not yet implemented.
xmlModuleSymbol ()int xmlModuleSymbol (xmlModulePtr module, Lookup for a symbol address in the given module NOTE: that due to portability issues, behaviour can only be guaranteed with @name using ASCII. We canot guarantee that an UTF-8 string would work, which is why name is a const char * and not a const xmlChar * .
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0141 ]-- |