Home
last modified time | relevance | path

Searched refs:ngtcp2_idtr_open (Results 1 – 4 of 4) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_idtr_test.c46 rv = ngtcp2_idtr_open(&idtr, stream_id_from_id(0)); in test_ngtcp2_idtr_open()
56 rv = ngtcp2_idtr_open(&idtr, stream_id_from_id(1000000007)); in test_ngtcp2_idtr_open()
72 rv = ngtcp2_idtr_open(&idtr, stream_id_from_id(0)); in test_ngtcp2_idtr_open()
76 rv = ngtcp2_idtr_open(&idtr, stream_id_from_id(1000000007)); in test_ngtcp2_idtr_open()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_idtr.h79 int ngtcp2_idtr_open(ngtcp2_idtr *idtr, int64_t stream_id);
H A Dngtcp2_idtr.c58 int ngtcp2_idtr_open(ngtcp2_idtr *idtr, int64_t stream_id) { in ngtcp2_idtr_open() function
H A Dngtcp2_conn.c5114 rv = ngtcp2_idtr_open(idtr, fr->stream_id); in conn_recv_max_stream_data()
6530 rv = ngtcp2_idtr_open(idtr, fr->stream_id); in conn_recv_stream()
6829 rv = ngtcp2_idtr_open(idtr, fr->stream_id); in conn_recv_reset_stream()
6963 rv = ngtcp2_idtr_open(idtr, fr->stream_id); in conn_recv_stop_sending()