Software: Apache. PHP/5.3.29 uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
Safe-mode: OFF (not secure) /opt/cpanel/ea-libxml2/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 enum xmlModuleOption; typedef xmlModule * xmlModulePtr; int xmlModuleClose (xmlModulePtr module); int xmlModuleFree (xmlModulePtr module); xmlModulePtr xmlModuleOpen (const char * name, 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 cannot 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 cannot 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.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0059 ]-- |