Home
last modified time | relevance | path

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

/PHP-7.0/ext/session/
H A Dsession.c1890 zval_ptr_dtor(&PS(mod_user_names).names[i]);
1909 zval_ptr_dtor(&PS(mod_user_names).names[i]);
1917 zval_ptr_dtor(&PS(mod_user_names).names[i]);
1918 ZVAL_UNDEF(&PS(mod_user_names).names[i]);
1929 zval_ptr_dtor(&PS(mod_user_names).names[i]);
1938 ZVAL_UNDEF(&PS(mod_user_names).names[i]);
2006 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
2007 zval_ptr_dtor(&PS(mod_user_names).names[i]);
2695 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
2696 zval_ptr_dtor(&PS(mod_user_names).names[i]);
[all …]
H A Dmod_user.c48 #define PSF(a) PS(mod_user_names).name.ps_##a
H A Dphp_session.h184 } mod_user_names; member

Completed in 13 milliseconds