Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/standard/
H A Dcredits.c26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c3559 #define BASIC_MINIT_SUBMODULE(module) \ argument
3564 #define BASIC_ADD_SUBMODULE(module) \ argument
3567 #define BASIC_RINIT_SUBMODULE(module) \ argument
3572 #define BASIC_MINFO_SUBMODULE(module) \ argument
3577 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
3582 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
5414 zend_module_entry *module; local
H A Dinfo.c174 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el); in _display_module_info_func() local
184 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el); in _display_module_info_def() local
/PHP-7.1/ext/skeleton/
H A Dskeleton.php7 $module = 'extname'; variable
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h25 zend_module_entry * module; member
/PHP-7.1/Zend/
H A Dzend_API.h123 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
124 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
125 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
126 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
127 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
128 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
129 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
130 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
133 #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.c1856 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local
1899 zend_module_entry *module; in zend_collect_module_handlers() local
2463 zend_module_entry *module; in zend_get_module_started() local
2488 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2537 zend_module_entry *module = *p; in zend_activate_modules() local
2551 zend_module_entry *module = Z_PTR_P(zv); in module_registry_cleanup() local
2574 zend_module_entry *module = *p; in zend_deactivate_modules() local
2603 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in module_registry_unload_temp_wrapper() local
2610 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in exec_done_cb() local
2627 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
[all …]
H A Dzend_builtin_functions.c2186 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item); in add_extension_info() local
2254 zend_module_entry *module; in ZEND_FUNCTION() local
2840 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h175 struct _zend_module_entry *module; member
H A Dzend.c631 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
/PHP-7.1/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.c1273 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
H A Dphpdbg.c820 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
/PHP-7.1/ext/mcrypt/
H A Dmcrypt_filter.c28 MCRYPT module; member
H A Dmcrypt.c1026 char *module; in PHP_FUNCTION() local
1055 char *module; in PHP_FUNCTION() local
1084 char *module; in PHP_FUNCTION() local
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c5819 zend_module_entry *module; in ZEND_METHOD() local
5852 zend_module_entry *module; in ZEND_METHOD() local
5881 zend_module_entry *module; in ZEND_METHOD() local
5902 zend_module_entry *module; in ZEND_METHOD() local
5942 zend_module_entry *module; in ZEND_METHOD() local
5980 zend_module_entry *module; in ZEND_METHOD() local
6026 zend_module_entry *module; in ZEND_METHOD() local
6043 zend_module_entry *module; in ZEND_METHOD() local
6060 zend_module_entry *module; in ZEND_METHOD() local
6127 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_events.c44 static struct fpm_event_module_s *module; variable
H A Dfpm_main.c224 zend_module_entry *module = Z_PTR_P(zv); in print_module_info() local
/PHP-7.1/win32/build/
H A Dmkdist.php31 function get_depends($module)
/PHP-7.1/sapi/cli/
H A Dphp_cli.c188 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element); in print_module_info() local
1130 zend_module_entry *module; in do_cli() local
/PHP-7.1/main/
H A Dphp_ini.c167 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c2086 zend_module_entry *module; in php_module_startup() local
/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c303 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c247 zend_module_entry *module = Z_PTR_P(element); in print_module_info() local

Completed in 143 milliseconds

12