Lines Matching defs:conn
105 auto conn = static_cast<Connection *>(conn_ref->user_data);
106 auto handler = static_cast<ClientHandler *>(conn->data);
124 auto conn = handler_->get_connection();
125 conn->conn_ref.get_conn = shrpx::get_conn;
205 int get_new_connection_id(ngtcp2_conn *conn, ngtcp2_cid *cid, uint8_t *token,
233 int remove_connection_id(ngtcp2_conn *conn, const ngtcp2_cid *cid,
268 int recv_stream_data(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id,
303 int stream_close(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id,
345 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id,
375 int extend_max_stream_data(ngtcp2_conn *conn, int64_t stream_id,
404 int extend_max_remote_streams_bidi(ngtcp2_conn *conn, uint64_t max_streams,
419 int stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size,
466 int stream_stop_sending(ngtcp2_conn *conn, int64_t stream_id,
480 int handshake_completed(ngtcp2_conn *conn, void *user_data) {
506 int path_validation(ngtcp2_conn *conn, uint32_t flags, const ngtcp2_path *path,
553 int recv_tx_key(ngtcp2_conn *conn, ngtcp2_encryption_level level,
1225 nghttp3_ssize downstream_read_data_callback(nghttp3_conn *conn,
1934 auto conn = handler_->get_connection();
1936 if (faddr->fd != conn->wev.fd) {
1937 if (ev_is_active(&conn->wev)) {
1938 ev_io_stop(handler_->get_loop(), &conn->wev);
1941 ev_io_set(&conn->wev, faddr->fd, EV_WRITE);
1944 conn->wlimit.startw();
2019 int http_deferred_consume(nghttp3_conn *conn, int64_t stream_id,
2031 int http_acked_stream_data(nghttp3_conn *conn, int64_t stream_id,
2068 int http_begin_request_headers(nghttp3_conn *conn, int64_t stream_id,
2082 int http_recv_request_header(nghttp3_conn *conn, int64_t stream_id,
2103 int http_recv_request_trailer(nghttp3_conn *conn, int64_t stream_id,
2181 int http_end_request_headers(nghttp3_conn *conn, int64_t stream_id, int fin,
2424 int http_recv_data(nghttp3_conn *conn, int64_t stream_id, const uint8_t *data,
2455 int http_end_stream(nghttp3_conn *conn, int64_t stream_id, void *user_data,
2487 int http_stream_close(nghttp3_conn *conn, int64_t stream_id,
2553 int http_stop_sending(nghttp3_conn *conn, int64_t stream_id,
2580 int http_reset_stream(nghttp3_conn *conn, int64_t stream_id,