Searched refs:doq_stream_find (Results 1 – 3 of 3) sorted by relevance
785 struct doq_stream* doq_stream_find(struct doq_conn* conn, int64_t stream_id);
3874 doq_stream_find(struct doq_conn* conn, int64_t stream_id) in doq_stream_find() function4330 if(doq_stream_find(doq_conn, stream_id)) { in doq_stream_open_cb()4382 stream = doq_stream_find(doq_conn, stream_id); in doq_recv_stream_data_cb()4429 stream = doq_stream_find(doq_conn, stream_id); in doq_stream_close_cb()4452 stream = doq_stream_find(doq_conn, stream_id); in doq_stream_reset_cb()4474 stream = doq_stream_find(doq_conn, stream_id); in doq_acked_stream_data_offset_cb()
2844 *stream = doq_stream_find(*conn, repinfo->doq_streamid);