Home
last modified time | relevance | path

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

/php-src/ext/session/
H A Dmod_files.h20 extern const ps_module ps_mod_files;
H A Dmod_user.h20 extern const ps_module ps_mod_user;
H A Dmod_mm.h27 extern const ps_module ps_mod_mm;
H A Dphp_session.h50 } ps_module; typedef
153 const ps_module *mod;
154 const ps_module *default_mod;
260 PHPAPI zend_result php_session_register_module(const ps_module *);
270 PHPAPI const ps_module *_php_find_ps_module(const char *name);
H A Dmod_user.c21 const ps_module ps_mod_user = {
H A Dsession.c584 const ps_module *tmp; in PHP_INI_MH()
1080 static const ps_module *ps_modules[MAX_MODULES + 1] = {
1085 PHPAPI zend_result php_session_register_module(const ps_module *ptr) /* {{{ */ in php_session_register_module()
1403 PHPAPI const ps_module *_php_find_ps_module(const char *name) /* {{{ */ in _php_find_ps_module()
1405 const ps_module *ret = NULL; in _php_find_ps_module()
1406 const ps_module **mod; in _php_find_ps_module()
2945 …D_VOIDP(&ps_modules[PREDEFINED_MODULES]), 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *)); in PHP_MSHUTDOWN_FUNCTION()
2953 const ps_module **mod; in PHP_MINFO_FUNCTION()
H A Dmod_mm.c217 const ps_module ps_mod_mm = {
H A Dmod_files.c101 const ps_module ps_mod_files = {

Completed in 27 milliseconds