Searched refs:ps_module (Results 1 – 8 of 8) sorted by relevance
24 extern ps_module ps_mod_files;
24 extern ps_module ps_mod_user;
31 extern ps_module ps_mod_mm;
58 } ps_module; typedef160 ps_module *mod;161 ps_module *default_mod;263 PHPAPI int php_session_register_module(ps_module *);273 PHPAPI ps_module *_php_find_ps_module(char *name);
25 ps_module ps_mod_user = {
535 ps_module *tmp; in PHP_INI_MH()1061 static ps_module *ps_modules[MAX_MODULES + 1] = {1066 PHPAPI int php_session_register_module(ps_module *ptr) /* {{{ */ in php_session_register_module()1376 PHPAPI ps_module *_php_find_ps_module(char *name) /* {{{ */ in _php_find_ps_module()1378 ps_module *ret = NULL; in _php_find_ps_module()1379 ps_module **mod; in _php_find_ps_module()2902 memset(&ps_modules[PREDEFINED_MODULES], 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *)); in PHP_MSHUTDOWN_FUNCTION()2910 ps_module **mod; in PHP_MINFO_FUNCTION()
222 ps_module ps_mod_mm = {
103 ps_module ps_mod_files = {
Completed in 20 milliseconds