Home
last modified time | relevance | path

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

/PHP-7.3/ext/session/
H A Dsession.c1949 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1968 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1976 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1977 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1988 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1997 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2069 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2070 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2895 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2896 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.h181 } mod_user_names; member

Completed in 20 milliseconds