Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dstream.h74 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session);
Dstream.c159 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session) in SPDYF_stream_find() function
Dsession.c365 stream = SPDYF_stream_find(frame->stream_id, session); in spdyf_handler_read_data()