Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/standard/
H A Dcredits.c26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c3553 #define BASIC_MINIT_SUBMODULE(module) \ argument
3558 #define BASIC_ADD_SUBMODULE(module) \ argument
3561 #define BASIC_RINIT_SUBMODULE(module) \ argument
3566 #define BASIC_MINFO_SUBMODULE(module) \ argument
3571 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
3576 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
5425 zend_module_entry *module; local
H A Dinfo.c171 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el); in _display_module_info_func() local
181 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el); in _display_module_info_def() local
/PHP-7.2/ext/skeleton/
H A Dskeleton.php7 $module = 'extname'; variable
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h25 zend_module_entry * module; member
/PHP-7.2/ext/sodium/
H A Dlibsodium.php7 $module = 'libsodium'; variable
/PHP-7.2/Zend/
H A Dzend_API.h131 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
132 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
133 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
134 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
135 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
136 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
137 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
138 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
141 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument
680 #define ZEND_GINIT(module) ((void (*)(void*))(ZEND_MODULE_GLOBALS_CTOR_N(module))) argument
[all …]
H A Dzend_API.c1886 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local
1929 zend_module_entry *module; in zend_collect_module_handlers() local
2526 zend_module_entry *module; in zend_get_module_started() local
2551 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2598 zend_module_entry *module = *p; in zend_activate_modules() local
2612 zend_module_entry *module = Z_PTR_P(zv); in module_registry_cleanup() local
2635 zend_module_entry *module = *p; in zend_deactivate_modules() local
2664 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in module_registry_unload_temp_wrapper() local
2671 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in exec_done_cb() local
2688 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
[all …]
H A Dzend_builtin_functions.c2005 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item); in add_extension_info() local
2073 zend_module_entry *module; in ZEND_FUNCTION() local
2659 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h174 struct _zend_module_entry *module; member
H A Dzend.c688 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
/PHP-7.2/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.c1274 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
H A Dphpdbg.c818 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c5720 zend_module_entry *module; in ZEND_METHOD() local
5753 zend_module_entry *module; in ZEND_METHOD() local
5781 zend_module_entry *module; in ZEND_METHOD() local
5802 zend_module_entry *module; in ZEND_METHOD() local
5842 zend_module_entry *module; in ZEND_METHOD() local
5880 zend_module_entry *module; in ZEND_METHOD() local
5926 zend_module_entry *module; in ZEND_METHOD() local
5943 zend_module_entry *module; in ZEND_METHOD() local
5960 zend_module_entry *module; in ZEND_METHOD() local
6027 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-7.2/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.2/win32/build/
H A Dmkdist.php32 function get_depends($module)
/PHP-7.2/sapi/cli/
H A Dphp_cli.c189 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element); in print_module_info() local
1148 zend_module_entry *module; in do_cli() local
/PHP-7.2/ext/pdo_oci/
H A Doci_driver.c519 zend_string *module = zval_get_string(val); in oci_handle_set_attribute() local
/PHP-7.2/main/
H A Dphp_ini.c167 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c2094 zend_module_entry *module; in php_module_startup() local
/PHP-7.2/ext/com_dotnet/
H A Dcom_com.c303 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c251 zend_module_entry *module = Z_PTR_P(element); in print_module_info() local

Completed in 117 milliseconds

12