Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_API.h116 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
117 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
118 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
119 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
120 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
121 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
122 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
123 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
126 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument
127 #define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS) argument
[all …]
H A Dzend_API.c1852 zend_module_entry *module; in zend_collect_module_handlers() local
2372 ZEND_API int zend_startup_module(zend_module_entry *module) /* {{{ */ in zend_startup_module()
2385 zend_module_entry *module; in zend_get_module_started() local
2407 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2457 zend_module_entry *module = *p; in zend_activate_modules() local
2492 zend_module_entry *module = *p; in zend_deactivate_modules() local
2537 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
3458 zend_module_entry *module; in zend_get_module_version() local
H A Dzend_builtin_functions.c1898 static int add_extension_info(zend_module_entry *module, void *arg TSRMLS_DC) in add_extension_info()
1970 zend_module_entry *module; in ZEND_FUNCTION() local
2452 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h539 struct _zend_module_entry *module; member
H A Dzend_compile.h337 struct _zend_module_entry *module; member
/PHP-5.6/ext/standard/
H A Dcredits.c26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c3513 #define BASIC_MINIT_SUBMODULE(module) \ argument
3518 #define BASIC_ADD_SUBMODULE(module) \ argument
3521 #define BASIC_RINIT_SUBMODULE(module) \ argument
3526 #define BASIC_MINFO_SUBMODULE(module) \ argument
3531 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
3536 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
5377 zend_module_entry *module; local
/PHP-5.6/ext/skeleton/
H A Dskeleton.php7 $module = 'extname'; variable
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h26 zend_module_entry * module; member
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c5253 zend_module_entry *module; in ZEND_METHOD() local
5290 zend_module_entry *module; in ZEND_METHOD() local
5319 zend_module_entry *module; in ZEND_METHOD() local
5340 zend_module_entry *module; in ZEND_METHOD() local
5386 zend_module_entry *module; in ZEND_METHOD() local
5420 zend_module_entry *module; in ZEND_METHOD() local
5469 zend_module_entry *module; in ZEND_METHOD() local
5486 zend_module_entry *module; in ZEND_METHOD() local
5503 zend_module_entry *module; in ZEND_METHOD() local
5557 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-5.6/ext/mcrypt/
H A Dmcrypt_filter.c28 MCRYPT module; member
H A Dmcrypt.c1037 char *module; in PHP_FUNCTION() local
1066 char *module; in PHP_FUNCTION() local
1095 char *module; in PHP_FUNCTION() local
/PHP-5.6/win32/build/
H A Dmkdist.php31 function get_depends($module)
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_events.c45 static struct fpm_event_module_s *module; variable
H A Dfpm_main.c219 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
/PHP-5.6/sapi/aolserver/
H A Daolserver.c597 int Ns_ModuleInit(char *server, char *module) in Ns_ModuleInit()
/PHP-5.6/main/
H A Dphp_ini.c165 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c2087 zend_module_entry *module; in php_module_startup() local
/PHP-5.6/ext/com_dotnet/
H A Dcom_com.c296 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-5.6/sapi/nsapi/
H A Dnsapi.c249 DL_HANDLE module = NULL; in php_nsapi_init_dynamic_symbols() local
/PHP-5.6/sapi/cli/
H A Dphp_cli.c1152 zend_module_entry *module; in do_cli() local
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c437 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
/PHP-5.6/sapi/isapi/stresstest/
H A Dstresstest.cpp484 char *filelist=NULL, *environment=NULL, *module=NULL; in main() local
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c222 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
/PHP-5.6/ext/oci8/
H A Doci8_interface.c1830 char *module; local

Completed in 135 milliseconds