Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dstream.c104 stream->flag_unidirectional = (frame->flags & SPDY_SYN_STREAM_FLAG_UNIDIRECTIONAL) != 0; in SPDYF_stream_new()
105 stream->is_out_closed = stream->flag_unidirectional; in SPDYF_stream_new()
Dstructures.h576 bool flag_unidirectional; member