Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dstream.h44 SPDYF_stream_new (struct SPDY_Session *session);
Dstream.c32 SPDYF_stream_new (struct SPDY_Session *session) in SPDYF_stream_new() function
Dsession.c74 if(SPDY_YES != SPDYF_stream_new(session)) in spdyf_handler_read_syn_stream()