Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_stream.h269 int nghttp3_stream_frq_add(nghttp3_stream *stream,
H A Dnghttp3_conn.c1839 return nghttp3_stream_frq_add(stream, &frent); in nghttp3_conn_bind_control_stream()
2065 rv = nghttp3_stream_frq_add(stream, &frent); in conn_submit_headers_data()
2075 rv = nghttp3_stream_frq_add(stream, &frent); in conn_submit_headers_data()
2235 rv = nghttp3_stream_frq_add(conn->tx.ctrl, &frent); in nghttp3_conn_submit_shutdown_notice()
2262 rv = nghttp3_stream_frq_add(conn->tx.ctrl, &frent); in nghttp3_conn_shutdown()
2496 return nghttp3_stream_frq_add(conn->tx.ctrl, &frent); in nghttp3_conn_set_stream_priority()
H A Dnghttp3_stream.c224 int nghttp3_stream_frq_add(nghttp3_stream *stream, in nghttp3_stream_frq_add() function