Home
last modified time | relevance | path

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

/PHP-8.0/ext/session/
H A Dsession.c1995 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2014 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2022 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2023 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2034 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2043 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2105 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2106 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2752 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2753 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
[all …]
H A Dmod_user.c52 #define PSF(a) PS(mod_user_names).name.ps_##a
H A Dphp_session.h176 } mod_user_names; member

Completed in 21 milliseconds