Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/standard/
H A Dcredits.c26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c3525 #define BASIC_MINIT_SUBMODULE(module) \ argument
3530 #define BASIC_ADD_SUBMODULE(module) \ argument
3533 #define BASIC_RINIT_SUBMODULE(module) \ argument
3538 #define BASIC_MINFO_SUBMODULE(module) \ argument
3543 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
3548 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
5316 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.0/ext/skeleton/
H A Dskeleton.php7 $module = 'extname'; variable
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h25 zend_module_entry * module; member
/PHP-7.0/Zend/
H A Dzend_API.h125 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
126 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
127 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
128 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
129 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
130 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
131 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
132 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
135 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument
656 #define ZEND_GINIT(module) ((void (*)(void*))(ZEND_MODULE_GLOBALS_CTOR_N(module))) argument
[all …]
H A Dzend_API.c1860 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local
1903 zend_module_entry *module; in zend_collect_module_handlers() local
2467 zend_module_entry *module; in zend_get_module_started() local
2492 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2541 zend_module_entry *module = *p; in zend_activate_modules() local
2555 zend_module_entry *module = Z_PTR_P(zv); in module_registry_cleanup() local
2578 zend_module_entry *module = *p; in zend_deactivate_modules() local
2607 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in module_registry_unload_temp_wrapper() local
2614 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in exec_done_cb() local
2631 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
[all …]
H A Dzend_builtin_functions.c2103 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item); in add_extension_info() local
2171 zend_module_entry *module; in ZEND_FUNCTION() local
2749 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h190 struct _zend_module_entry *module; member
H A Dzend.c618 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
/PHP-7.0/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.c1220 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
H A Dphpdbg.c787 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
/PHP-7.0/ext/mcrypt/
H A Dmcrypt_filter.c28 MCRYPT module; member
H A Dmcrypt.c1024 char *module; in PHP_FUNCTION() local
1053 char *module; in PHP_FUNCTION() local
1082 char *module; in PHP_FUNCTION() local
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c5577 zend_module_entry *module; in ZEND_METHOD() local
5611 zend_module_entry *module; in ZEND_METHOD() local
5640 zend_module_entry *module; in ZEND_METHOD() local
5661 zend_module_entry *module; in ZEND_METHOD() local
5701 zend_module_entry *module; in ZEND_METHOD() local
5739 zend_module_entry *module; in ZEND_METHOD() local
5785 zend_module_entry *module; in ZEND_METHOD() local
5802 zend_module_entry *module; in ZEND_METHOD() local
5819 zend_module_entry *module; in ZEND_METHOD() local
5886 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_events.c45 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.0/win32/build/
H A Dmkdist.php31 function get_depends($module)
/PHP-7.0/sapi/cli/
H A Dphp_cli.c184 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element); in print_module_info() local
1114 zend_module_entry *module; in do_cli() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_com.c301 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-7.0/main/
H A Dphp_ini.c167 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c2038 zend_module_entry *module; in php_module_startup() local
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c237 zend_module_entry *module = Z_PTR_P(element); in print_module_info() local

Completed in 125 milliseconds

12