Searched refs:NGTCP2_ERR_STREAM_IN_USE (Results 1 – 5 of 5) sorted by relevance
74 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()
43 case NGTCP2_ERR_STREAM_IN_USE: in ngtcp2_strerror()
67 return NGTCP2_ERR_STREAM_IN_USE; in ngtcp2_idtr_open()
5119 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()
514 #define NGTCP2_ERR_STREAM_IN_USE -209 macro