Searched refs:found_session (Results 1 – 1 of 1) sorted by relevance
763 SSL_SESSION *found_session = lh_SSL_SESSION_retrieve(ctx->sessions, in remove_session_lock() local765 if (found_session == session) { in remove_session_lock()767 found_session = lh_SSL_SESSION_delete(ctx->sessions, session); in remove_session_lock()777 ctx->remove_session_cb(ctx, found_session); in remove_session_lock()779 SSL_SESSION_free(found_session); in remove_session_lock()