Searched refs:stop_sending (Results 1 – 9 of 9) sorted by relevance
/third_party/nghttp2/src/ |
D | h2load_http3_session.cc | 216 int stop_sending(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in stop_sending() function 219 if (s->stop_sending(stream_id, app_error_code) != 0) { in stop_sending() 226 int Http3Session::stop_sending(int64_t stream_id, uint64_t app_error_code) { in stop_sending() function in h2load::Http3Session 323 h2load::stop_sending, in init_conn()
|
D | h2load_http3_session.h | 54 int stop_sending(int64_t stream_id, uint64_t app_error_code);
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_pkt.h | 358 ngtcp2_stop_sending stop_sending; member
|
D | ngtcp2_log.c | 513 log_fr_stop_sending(log, hd, &fr->stop_sending, dir); in log_fr()
|
D | ngtcp2_pkt.c | 520 return ngtcp2_pkt_decode_stop_sending_frame(&dest->stop_sending, payload, in ngtcp2_pkt_decode_frame() 1546 return ngtcp2_pkt_encode_stop_sending_frame(out, outlen, &fr->stop_sending); in ngtcp2_pkt_encode_frame()
|
D | ngtcp2_qlog.c | 785 p = write_stop_sending_frame(p, &fr->stop_sending); in ngtcp2_qlog_write_frame()
|
D | ngtcp2_conn.c | 3698 ngtcp2_conn_find_stream(conn, (*pfrc)->fr.stop_sending.stream_id); in conn_write_pkt() 3710 conn, (*pfrc)->fr.stop_sending.stream_id, in conn_write_pkt() 3711 (*pfrc)->fr.stop_sending.app_error_code, strm->stream_user_data); in conn_write_pkt() 7288 frc->fr.stop_sending.stream_id = strm->stream_id; in conn_stop_sending() 7289 frc->fr.stop_sending.app_error_code = app_error_code; in conn_stop_sending() 9136 rv = conn_recv_stop_sending(conn, &fr->stop_sending); in conn_recv_pkt()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
D | nghttp3.h | 1873 nghttp3_stop_sending stop_sending; member
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_conn.c | 143 if (!conn->callbacks.stop_sending) { in conn_call_stop_sending() 147 rv = conn->callbacks.stop_sending(conn, stream->node.nid.id, app_error_code, in conn_call_stop_sending()
|