Home
last modified time | relevance | path

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

/PHP-7.0/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
162 ps_module *mod;
163 ps_module *default_mod;
265 PHPAPI int php_session_register_module(ps_module *);
274 PHPAPI ps_module *_php_find_ps_module(char *name);
H A Dmod_user.c25 ps_module ps_mod_user = {
H A Dsession.c638 ps_module *tmp; in PHP_INI_MH()
1167 static ps_module *ps_modules[MAX_MODULES + 1] = {
1172 PHPAPI int php_session_register_module(ps_module *ptr) /* {{{ */
1478 PHPAPI ps_module *_php_find_ps_module(char *name) /* {{{ */
1480 ps_module *ret = NULL;
1481 ps_module **mod;
2791 memset(&ps_modules[PREDEFINED_MODULES], 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *));
2799 ps_module **mod;
H A Dmod_mm.c224 ps_module ps_mod_mm = {
H A Dmod_files.c103 ps_module ps_mod_files = {

Completed in 27 milliseconds