Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_err.c49 case NGHTTP3_ERR_STREAM_NOT_FOUND: in nghttp3_strerror()
Dnghttp3_conn.c2189 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_submit_info()
2206 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_submit_response()
2225 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_submit_trailers()
2380 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_close_stream()
2452 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_set_stream_user_data()
2483 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_get_stream_priority()
2506 return NGHTTP3_ERR_STREAM_NOT_FOUND; in nghttp3_conn_set_stream_priority()
/third_party/curl/lib/vquic/
Dcurl_ngtcp2.c474 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_acked_stream_data_offset()
502 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_stream_close()
526 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_stream_reset()
545 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_stream_stop_sending()
578 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_extend_max_stream_data()
1223 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_h3_acked_req_body()
Dcurl_osslq.c953 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cb_h3_acked_stream_data()
1236 if(rv < 0 && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cf_osslq_stream_recv()
1249 if(rv < 0 && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in cf_osslq_stream_recv()
1430 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in h3_send_streams()
1437 if(rv && rv != NGHTTP3_ERR_STREAM_NOT_FOUND) { in h3_send_streams()
/third_party/nghttp2/src/
Dh2load_http3_session.cc264 case NGHTTP3_ERR_STREAM_NOT_FOUND: in close_stream()
Dshrpx_http3_upstream.cc329 case NGHTTP3_ERR_STREAM_NOT_FOUND: in stream_close()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h169 #define NGHTTP3_ERR_STREAM_NOT_FOUND -114 macro
/third_party/curl/
DCHANGES2887 nghttp3 has already forgotten. Ignore the NGHTTP3_ERR_STREAM_NOT_FOUND