Home
last modified time | relevance | path

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

/PHP-7.3/ext/session/
H A Dmod_files.h22 extern const ps_module ps_mod_files;
H A Dmod_user.h22 extern const ps_module ps_mod_user;
H A Dmod_mm.h29 extern const ps_module ps_mod_mm;
H A Dphp_session.h56 } ps_module; typedef
159 const ps_module *mod;
160 const ps_module *default_mod;
262 PHPAPI int php_session_register_module(const ps_module *);
272 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()
1381 PHPAPI const ps_module *_php_find_ps_module(char *name) /* {{{ */ in _php_find_ps_module()
1383 const ps_module *ret = NULL; in _php_find_ps_module()
1384 const ps_module **mod; in _php_find_ps_module()
2992 memset(&ps_modules[PREDEFINED_MODULES], 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *)); in PHP_MSHUTDOWN_FUNCTION()
3000 const ps_module **mod; in PHP_MINFO_FUNCTION()
H A Dmod_mm.c220 const ps_module ps_mod_mm = {
H A Dmod_files.c103 const ps_module ps_mod_files = {

Completed in 21 milliseconds