Home
last modified time | relevance | path

Searched refs:id_from_stream_id (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_idtr.c44 * id_from_stream_id translates |stream_id| to id space used by
47 static uint64_t id_from_stream_id(int64_t stream_id) { in id_from_stream_id() function
57 q = id_from_stream_id(stream_id); in ngtcp2_idtr_open()
72 q = id_from_stream_id(stream_id); in ngtcp2_idtr_is_open()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_idtr.c45 * id_from_stream_id translates |stream_id| to id space used by
48 static uint64_t id_from_stream_id(int64_t stream_id) { in id_from_stream_id() function
58 q = id_from_stream_id(stream_id); in nghttp3_idtr_open()
73 q = id_from_stream_id(stream_id); in nghttp3_idtr_is_open()

Completed in 2 milliseconds