Home
last modified time | relevance | path

Searched refs:mod_user_names (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/session/
H A Dsession.c1971 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1990 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1998 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1999 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2010 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2019 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2079 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2080 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2909 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2910 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
[all …]
H A Dmod_user.c54 #define PSF(a) PS(mod_user_names).name.ps_##a
H A Dphp_session.h178 } mod_user_names; member

Completed in 17 milliseconds