Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_stream.h374 int nghttp3_server_stream_uni(int64_t stream_id);
H A Dnghttp3_conn.c1815 assert(!conn->server || nghttp3_server_stream_uni(stream_id)); in nghttp3_conn_bind_control_stream()
1847 assert(!conn->server || nghttp3_server_stream_uni(qenc_stream_id)); in nghttp3_conn_bind_qpack_streams()
1848 assert(!conn->server || nghttp3_server_stream_uni(qdec_stream_id)); in nghttp3_conn_bind_qpack_streams()
H A Dnghttp3_stream.c1226 int nghttp3_server_stream_uni(int64_t stream_id) { in nghttp3_server_stream_uni() function