Home | History | Annotate | Download | only in microspdy

Lines Matching refs:session

44 	 * Any kind of error ocurred. The session has to be closed.
101 * @param session SPDY_Session whose socket will be used
105 (*SPDYF_IONewSession) (struct SPDY_Session *session);
110 * closing session's socket.
112 * @param session SPDY_Session whose socket is used
115 (*SPDYF_IOCloseSession) (struct SPDY_Session *session);
119 * Reading from session's socket. Reads available data and put it to the
122 * @param session for which data is received
130 (*SPDYF_IORecv) (struct SPDY_Session *session,
136 * Writing to session's socket. Writes the data given into the buffer to the
139 * @param session whose context is used
148 (*SPDYF_IOSend) (struct SPDY_Session *session,
158 * @param session which is checked
162 (*SPDYF_IOIsPending) (struct SPDY_Session *session);
169 * @param session
174 (*SPDYF_IOBeforeWrite) (struct SPDY_Session *session);
181 * @param session
183 * session will return
187 (*SPDYF_IOAfterWrite) (struct SPDY_Session *session,
205 * Sets callbacks for the session with regard to the IO subsystem.
207 * @param session
209 * be initialized and used by session.
213 SPDYF_io_set_session(struct SPDY_Session *session,