Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dstream.c35 uint32_t assoc_stream_id; in SPDYF_stream_new() local
77 memcpy(&assoc_stream_id, session->read_buffer + session->read_buffer_beginning, 4); in SPDYF_stream_new()
78 assoc_stream_id = NTOH31(assoc_stream_id); in SPDYF_stream_new()
100 stream->assoc_stream_id = assoc_stream_id; in SPDYF_stream_new()
Dstructures.h554 uint32_t assoc_stream_id; member