Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.h114 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
115 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
116 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
117 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
118 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
119 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
120 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
121 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
124 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument
125 #define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS) argument
[all …]
H A Dzend_API.c1808 zend_module_entry *module; in zend_collect_module_handlers() local
2311 ZEND_API int zend_startup_module(zend_module_entry *module) /* {{{ */ in zend_startup_module()
2324 zend_module_entry *module; in zend_get_module_started() local
2346 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor()
2396 zend_module_entry *module = *p; in zend_activate_modules() local
2431 zend_module_entry *module = *p; in zend_deactivate_modules() local
2476 zend_module_entry *module = *p; in zend_post_deactivate_modules() local
3402 zend_module_entry *module; in zend_get_module_version() local
H A Dzend_builtin_functions.c1888 static int add_extension_info(zend_module_entry *module, void *arg TSRMLS_DC) in add_extension_info()
1960 zend_module_entry *module; in ZEND_FUNCTION() local
2442 zend_module_entry *module; in ZEND_FUNCTION() local
H A Dzend.h536 struct _zend_module_entry *module; member
H A Dzend_compile.h331 struct _zend_module_entry *module; member
/PHP-5.5/ext/standard/
H A Dcredits.c26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
H A Dbasic_functions.c3540 #define BASIC_MINIT_SUBMODULE(module) \ argument
3545 #define BASIC_ADD_SUBMODULE(module) \ argument
3548 #define BASIC_RINIT_SUBMODULE(module) \ argument
3553 #define BASIC_MINFO_SUBMODULE(module) \ argument
3558 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
3563 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
5403 zend_module_entry *module; local
/PHP-5.5/ext/skeleton/
H A Dskeleton.php7 $module = 'extname'; variable
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h26 zend_module_entry * module; member
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c5179 zend_module_entry *module; in ZEND_METHOD() local
5216 zend_module_entry *module; in ZEND_METHOD() local
5245 zend_module_entry *module; in ZEND_METHOD() local
5266 zend_module_entry *module; in ZEND_METHOD() local
5312 zend_module_entry *module; in ZEND_METHOD() local
5346 zend_module_entry *module; in ZEND_METHOD() local
5395 zend_module_entry *module; in ZEND_METHOD() local
5412 zend_module_entry *module; in ZEND_METHOD() local
5429 zend_module_entry *module; in ZEND_METHOD() local
5483 zend_module_entry *module; in ZEND_METHOD() local
[all …]
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c28 MCRYPT module; member
H A Dmcrypt.c1068 char *module; in PHP_FUNCTION() local
1097 char *module; in PHP_FUNCTION() local
1126 char *module; in PHP_FUNCTION() local
/PHP-5.5/win32/build/
H A Dmkdist.php31 function get_depends($module)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.c45 static struct fpm_event_module_s *module; variable
H A Dfpm_main.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c597 int Ns_ModuleInit(char *server, char *module) in Ns_ModuleInit()
/PHP-5.5/main/
H A Dphp_ini.c165 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
H A Dmain.c1998 zend_module_entry *module; in php_module_startup() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c296 OLECHAR *module = NULL; in PHP_FUNCTION() local
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c249 DL_HANDLE module = NULL; in php_nsapi_init_dynamic_symbols() local
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1148 zend_module_entry *module; in do_cli() local
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp484 char *filelist=NULL, *environment=NULL, *module=NULL; in main() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1818 char *module; local

Completed in 116 milliseconds