Home
last modified time | relevance | path

Searched refs:SPDY_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dsession.c1187 && SPDY_VERSION == *((uint8_t *)session->read_buffer + session->read_buffer_beginning + 1)) in SPDYF_session_idle()
1647 control_frame->version = SPDY_VERSION; in SPDYF_prepare_goaway()
1702 control_frame->version = SPDY_VERSION; in SPDYF_prepare_rst_stream()
1754 control_frame->version = SPDY_VERSION; in SPDYF_prepare_window_update()
Dstructures.c411 control_frame->version = SPDY_VERSION; in SPDYF_response_queue_create()
/external/libmicrohttpd/src/include/
Dmicrospdy.h110 #define SPDY_VERSION 3 macro