Home
last modified time | relevance | path

Searched refs:NGTCP2_ERR_STREAM_IN_USE (Results 1 – 5 of 5) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_idtr_test.c74 CU_ASSERT(NGTCP2_ERR_STREAM_IN_USE == rv); in test_ngtcp2_idtr_open()
78 CU_ASSERT(NGTCP2_ERR_STREAM_IN_USE == rv); in test_ngtcp2_idtr_open()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_err.c43 case NGTCP2_ERR_STREAM_IN_USE: in ngtcp2_strerror()
H A Dngtcp2_idtr.c67 return NGTCP2_ERR_STREAM_IN_USE; in ngtcp2_idtr_open()
H A Dngtcp2_conn.c5119 assert(rv == NGTCP2_ERR_STREAM_IN_USE); in conn_recv_max_stream_data()
6535 assert(rv == NGTCP2_ERR_STREAM_IN_USE); in conn_recv_stream()
6834 assert(rv == NGTCP2_ERR_STREAM_IN_USE); in conn_recv_reset_stream()
6968 assert(rv == NGTCP2_ERR_STREAM_IN_USE); in conn_recv_stop_sending()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h514 #define NGTCP2_ERR_STREAM_IN_USE -209 macro