Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dmod_user.h22 extern const ps_module ps_mod_user;
H A Dmod_files.h22 extern const ps_module ps_mod_files;
H A Dmod_mm.h29 extern const ps_module ps_mod_mm;
H A Dphp_session.h53 } ps_module; typedef
156 const ps_module *mod;
157 const ps_module *default_mod;
259 PHPAPI int php_session_register_module(const ps_module *);
269 PHPAPI const ps_module *_php_find_ps_module(char *name);
H A Dmod_user.c23 const ps_module ps_mod_user = {
H A Dsession.c534 const ps_module *tmp; in PHP_INI_MH()
1061 static const ps_module *ps_modules[MAX_MODULES + 1] = {
1066 PHPAPI int php_session_register_module(const ps_module *ptr) /* {{{ */ in php_session_register_module()
1383 PHPAPI const ps_module *_php_find_ps_module(char *name) /* {{{ */ in _php_find_ps_module()
1385 const ps_module *ret = NULL; in _php_find_ps_module()
1386 const ps_module **mod; in _php_find_ps_module()
3006 memset(&ps_modules[PREDEFINED_MODULES], 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *)); in PHP_MSHUTDOWN_FUNCTION()
3014 const ps_module **mod; in PHP_MINFO_FUNCTION()
H A Dmod_files.c103 const ps_module ps_mod_files = {
H A Dmod_mm.c220 const ps_module ps_mod_mm = {

Completed in 25 milliseconds