Home
last modified time | relevance | path

Searched refs:doq_stream_find (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h771 struct doq_stream* doq_stream_find(struct doq_conn* conn, int64_t stream_id);
H A Dlisten_dnsport.c3838 doq_stream_find(struct doq_conn* conn, int64_t stream_id) in doq_stream_find() function
4294 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()
/freebsd/contrib/unbound/util/
H A Dnetevent.c2864 *stream = doq_stream_find(*conn, repinfo->doq_streamid);