Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/ext/standard/
H A Dcredits.c22 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c255 #define BASIC_MINIT_SUBMODULE(module) \ argument
260 #define BASIC_RINIT_SUBMODULE(module) \ argument
263 #define BASIC_MINFO_SUBMODULE(module) \ argument
266 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
269 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
2015 zend_module_entry *module; local
H A Dinfo.c924 zend_module_entry *module; in php_print_info() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h23 zend_module_entry * module; member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c78 zend_module_entry *module; in phpdbg_webdata_compress() local
H A Dphpdbg_wait.c202 zval *module; in phpdbg_webdata_decompress() local
H A Dphpdbg_prompt.c1219 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
H A Dphpdbg.c750 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
/PHP-8.0/Zend/
H A Dzend_API.h175 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
176 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
177 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
178 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
179 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
180 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
181 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
182 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
185 #define ZEND_MODULE_STARTUP_D(module) zend_result ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument
769 #define ZEND_GINIT(module) ((void (*)(void*))(ZEND_MODULE_GLOBALS_CTOR_N(module))) argument
[all …]
H A Dzend_API.c1887 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local
1930 zend_module_entry *module; in zend_collect_module_handlers() local
2582 ZEND_API zend_result zend_startup_module(zend_module_entry *module) /* {{{ */ in zend_startup_module()
2593 zend_module_entry *module; in zend_get_module_started() local
2618 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2671 zend_module_entry *module = *p; in zend_activate_modules() local
2688 zend_module_entry *module; in zend_deactivate_modules() local
2702 zend_module_entry *module = *p; in zend_deactivate_modules() local
2726 zend_module_entry *module; in zend_post_deactivate_modules() local
2748 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
[all …]
H A Dzend_builtin_functions.c1496 zend_module_entry *module; in ZEND_FUNCTION() local
1521 zend_module_entry *module; in ZEND_FUNCTION() local
2124 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h184 struct _zend_module_entry *module; member
H A Dzend.c796 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
/PHP-8.0/win32/build/
H A Dmkdist.php32 function get_depends($module)
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c5667 zend_module_entry *module; in ZEND_METHOD() local
5698 zend_module_entry *module; in ZEND_METHOD() local
5714 zend_module_entry *module; in ZEND_METHOD() local
5729 zend_module_entry *module; in ZEND_METHOD() local
5749 zend_module_entry *module; in ZEND_METHOD() local
5773 zend_module_entry *module; in ZEND_METHOD() local
5811 zend_module_entry *module; in ZEND_METHOD() local
5854 zend_module_entry *module; in ZEND_METHOD() local
5874 zend_module_entry *module; in ZEND_METHOD() local
5894 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-8.0/sapi/cli/
H A Dphp_cli.c188 zend_module_entry *module; in print_modules() local
1081 zend_module_entry *module; in do_cli() local
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_events.c44 static struct fpm_event_module_s *module; variable
H A Dfpm_main.c198 zend_module_entry *module; in print_modules() local
/PHP-8.0/ext/session/
H A Dsession.stub.php7 function session_module_name(?string $module = null): string|false {}
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c524 zend_string *module = zval_try_get_string(val); in oci_handle_set_attribute() local
/PHP-8.0/main/
H A Dphp_ini.c116 PHPAPI ZEND_COLD void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c2030 zend_module_entry *module; in php_module_startup() local
/PHP-8.0/ext/com_dotnet/
H A Dcom_com.c286 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c252 zend_module_entry *module; in print_modules() local
/PHP-8.0/ext/oci8/
H A Doci8_interface.c1722 char *module; in PHP_FUNCTION() local

Completed in 127 milliseconds

12