Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/
H A Dcredits.c24 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c3579 #define BASIC_MINIT_SUBMODULE(module) \ argument
3584 #define BASIC_RINIT_SUBMODULE(module) \ argument
3587 #define BASIC_MINFO_SUBMODULE(module) \ argument
3590 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
3593 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
5434 zend_module_entry *module; local
H A Dinfo.c929 zend_module_entry *module; in php_print_info() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h25 zend_module_entry * module; member
/PHP-7.4/Zend/
H A Dzend_API.h129 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
130 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
131 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
132 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
133 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
134 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
135 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
136 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
139 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument
667 #define ZEND_GINIT(module) ((void (*)(void*))(ZEND_MODULE_GLOBALS_CTOR_N(module))) argument
[all …]
H A Dzend_API.c1873 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local
1916 zend_module_entry *module; in zend_collect_module_handlers() local
2514 ZEND_API int zend_startup_module(zend_module_entry *module) /* {{{ */ in zend_startup_module()
2525 zend_module_entry *module; in zend_get_module_started() local
2550 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2603 zend_module_entry *module = *p; in zend_activate_modules() local
2620 zend_module_entry *module; in zend_deactivate_modules() local
2634 zend_module_entry *module = *p; in zend_deactivate_modules() local
2658 zend_module_entry *module; in zend_post_deactivate_modules() local
2680 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
[all …]
H A Dzend_builtin_functions.c2024 zend_module_entry *module; in ZEND_FUNCTION() local
2050 zend_module_entry *module; in ZEND_FUNCTION() local
2649 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h183 struct _zend_module_entry *module; member
H A Dzend.c766 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c80 zend_module_entry *module; in phpdbg_webdata_compress() local
H A Dphpdbg_wait.c208 zval *module; in phpdbg_webdata_decompress() local
H A Dphpdbg_prompt.c1228 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
H A Dphpdbg.c794 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c5724 zend_module_entry *module; in ZEND_METHOD() local
5756 zend_module_entry *module; in ZEND_METHOD() local
5784 zend_module_entry *module; in ZEND_METHOD() local
5805 zend_module_entry *module; in ZEND_METHOD() local
5830 zend_module_entry *module; in ZEND_METHOD() local
5869 zend_module_entry *module; in ZEND_METHOD() local
5913 zend_module_entry *module; in ZEND_METHOD() local
5934 zend_module_entry *module; in ZEND_METHOD() local
5955 zend_module_entry *module; in ZEND_METHOD() local
6021 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-7.4/win32/build/
H A Dmkdist.php32 function get_depends($module)
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c44 static struct fpm_event_module_s *module; variable
H A Dfpm_main.c202 zend_module_entry *module; in print_modules() local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c191 zend_module_entry *module; in print_modules() local
1103 zend_module_entry *module; in do_cli() local
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c526 zend_string *module = zval_try_get_string(val); in oci_handle_set_attribute() local
/PHP-7.4/main/
H A Dphp_ini.c120 PHPAPI ZEND_COLD void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c2151 zend_module_entry *module; in php_module_startup() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c307 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c255 zend_module_entry *module; in print_modules() local
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1943 char *module; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2665 zend_module_entry *module; in accel_gen_system_id() local

Completed in 183 milliseconds

12