Lines Matching full:session
28 #include "session.h"
76 struct SPDY_Session *session;
78 while (NULL != (session = daemon->cleanup_head))
82 session);
84 SPDYF_session_destroy(session);
97 struct SPDY_Session *session;
99 while (NULL != (session = daemon->sessions_head))
102 SPDYF_prepare_goaway(session, SPDY_GOAWAY_STATUS_OK, true);
104 SPDYF_session_write(session,true);
105 SPDYF_session_close(session);
458 || (SPDY_SESSION_STATUS_CLOSING == pos->status) //the session is about to be closed
459 || (daemon->session_timeout //timeout passed for the session
519 //the session was closed, cannot write anymore