Home
last modified time | relevance | path

Searched refs:s_destroy (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/session/
H A Dphp_session.h49 int (*s_destroy)(PS_DESTROY_ARGS); member
H A Dsession.c113 if (PS(mod)->s_destroy(&PS(mod_data), PS(id) TSRMLS_CC) == FAILURE) { in php_session_destroy()
1751 if (del_ses && PS(mod)->s_destroy(&PS(mod_data), PS(id) TSRMLS_CC) == FAILURE) {

Completed in 14 milliseconds