Home
last modified time | relevance | path

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

/PHP-5.3/ext/session/
H A Dmod_user.c74 #define PSF(a) PS(mod_user_names).name.ps_##a
H A Dsession.c1672 if (PS(mod_user_names).names[i] != NULL) {
1673 zval_ptr_dtor(&PS(mod_user_names).names[i]);
1676 PS(mod_user_names).names[i] = *args[i];
2176 if (PS(mod_user_names).names[i] != NULL) {
2177 zval_ptr_dtor(&PS(mod_user_names).names[i]);
2178 PS(mod_user_names).names[i] = NULL;
2198 ps_globals->mod_user_names.names[i] = NULL;
H A Dphp_session.h129 } mod_user_names; member

Completed in 13 milliseconds