Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dsession.c54 || SPDY_SESSION_STATUS_WAIT_FOR_BODY == session->status, in spdyf_handler_read_syn_stream()
90 session->status = SPDY_SESSION_STATUS_WAIT_FOR_BODY; in spdyf_handler_read_syn_stream()
339 || SPDY_SESSION_STATUS_WAIT_FOR_BODY == session->status, in spdyf_handler_read_data()
357 session->status = SPDY_SESSION_STATUS_WAIT_FOR_BODY; in spdyf_handler_read_data()
835 || SPDY_SESSION_STATUS_WAIT_FOR_BODY == session->status, in SPDYF_handler_ignore_frame()
850 session->status = SPDY_SESSION_STATUS_WAIT_FOR_BODY; in SPDYF_handler_ignore_frame()
896 case SPDY_SESSION_STATUS_WAIT_FOR_BODY: in SPDYF_session_read()
1238 session->status = SPDY_SESSION_STATUS_WAIT_FOR_BODY; in SPDYF_session_idle()
1339 case SPDY_SESSION_STATUS_WAIT_FOR_BODY: in SPDYF_session_idle()
Dstructures.h153 SPDY_SESSION_STATUS_WAIT_FOR_BODY = 3, enumerator