Searched refs:doq_stream_find (Results 1 – 3 of 3) sorted by relevance
771 struct doq_stream* doq_stream_find(struct doq_conn* conn, int64_t stream_id);
3838 doq_stream_find(struct doq_conn* conn, int64_t stream_id) in doq_stream_find() function4294 if(doq_stream_find(doq_conn, stream_id)) { in doq_stream_open_cb()4346 stream = doq_stream_find(doq_conn, stream_id); in doq_recv_stream_data_cb()4393 stream = doq_stream_find(doq_conn, stream_id); in doq_stream_close_cb()4416 stream = doq_stream_find(doq_conn, stream_id); in doq_stream_reset_cb()4438 stream = doq_stream_find(doq_conn, stream_id); in doq_acked_stream_data_offset_cb()
2864 *stream = doq_stream_find(*conn, repinfo->doq_streamid);