Home
last modified time | relevance | path

Searched refs:NGHTTP3_ERR_STREAM_NOT_FOUND (Results 1 – 12 of 12) sorted by relevance

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_conn.c2012 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_add_write_offset()
2043 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_add_ack_offset()
2175 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_submit_info()
2192 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_submit_response()
2211 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_submit_trailers()
2288 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_block_stream()
2305 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_shutdown_stream_write()
2322 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_unblock_stream()
2339 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_resume_stream()
2357 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_close_stream()
[all …]
H A Dnghttp3_err.c49 case NGHTTP3_ERR_STREAM_NOT_FOUND: in nghttp3_strerror()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dh2load_http3_session.cc244 case NGHTTP3_ERR_STREAM_NOT_FOUND: in close_stream()
H A Dshrpx_http3_upstream.cc341 case NGHTTP3_ERR_STREAM_NOT_FOUND: in stream_close()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dh2load_http3_session.cc244 case NGHTTP3_ERR_STREAM_NOT_FOUND: in close_stream()
H A Dshrpx_http3_upstream.cc339 case NGHTTP3_ERR_STREAM_NOT_FOUND: in stream_close()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dh2load_http3_session.cc244 case NGHTTP3_ERR_STREAM_NOT_FOUND: in close_stream()
H A Dshrpx_http3_upstream.cc339 case NGHTTP3_ERR_STREAM_NOT_FOUND: in stream_close()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/includes/nghttp3/
H A Dnghttp3.h169 #define NGHTTP3_ERR_STREAM_NOT_FOUND -114 macro
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dclient.cc1527 case NGHTTP3_ERR_STREAM_NOT_FOUND: in on_stream_close()
H A Dserver.cc1969 case NGHTTP3_ERR_STREAM_NOT_FOUND: in on_stream_close()
/dports/www/libnghttp3/nghttp3-b9e565c/tests/
H A Dnghttp3_conn_test.c2772 CU_ASSERT(NGHTTP3_ERR_STREAM_NOT_FOUND == rv); in test_nghttp3_conn_set_stream_priority()