Searched refs:ps_module (Results 1 – 8 of 8) sorted by relevance
22 extern const ps_module ps_mod_user;
22 extern const ps_module ps_mod_files;
29 extern const ps_module ps_mod_mm;
53 } ps_module; typedef156 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);
23 const ps_module ps_mod_user = {
534 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()
103 const ps_module ps_mod_files = {
220 const ps_module ps_mod_mm = {
Completed in 39 milliseconds