Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dstream.c54 if(stream_id <= session->last_in_stream_id || 0==(stream_id % 2)) in SPDYF_stream_new()
73 session->last_in_stream_id = stream_id; in SPDYF_stream_new()
Dstructures.h794 uint32_t last_in_stream_id; member