Home
last modified time | relevance | path

Searched refs:ps_module (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/session/
H A Dmod_files.h24 extern ps_module ps_mod_files;
H A Dmod_user.h24 extern ps_module ps_mod_user;
H A Dmod_mm.h31 extern ps_module ps_mod_mm;
H A Dphp_session.h58 } ps_module; typedef
160 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);
H A Dmod_user.c25 ps_module ps_mod_user = {
H A Dsession.c535 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()
H A Dmod_mm.c222 ps_module ps_mod_mm = {
H A Dmod_files.c103 ps_module ps_mod_files = {

Completed in 18 milliseconds