Home
last modified time | relevance | path

Searched defs:stream_id (Results 1 – 5 of 5) sorted by relevance

/curl/lib/vquic/
H A Dcurl_ngtcp2.c290 int64_t stream_id, in get_stream_easy()
508 curl_int64_t stream_id = (curl_int64_t)sid; in cb_recv_stream_data() local
570 curl_int64_t stream_id = (curl_int64_t)sid; in cb_stream_close() local
602 curl_int64_t stream_id = (curl_int64_t)sid; in cb_stream_reset() local
661 curl_int64_t stream_id = (curl_int64_t)sid; in cb_extend_max_stream_data() local
882 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_stream_close() local
986 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_end_headers() local
1014 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_recv_header() local
1098 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_reset_stream() local
1319 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id, in cb_h3_read_req_body()
[all …]
H A Dcurl_osslq.c451 curl_int64_t stream_id = (curl_int64_t)SSL_get_stream_id(stream_ssl); in cf_osslq_h3conn_add_stream() local
668 int64_t stream_id) in cf_osslq_get_qstream()
730 static int cb_h3_stream_close(nghttp3_conn *conn, int64_t stream_id, in cb_h3_stream_close()
825 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream_id, in cb_h3_deferred_consume()
848 curl_int64_t stream_id = sid; in cb_h3_recv_header() local
912 curl_int64_t stream_id = sid; in cb_h3_end_headers() local
944 curl_int64_t stream_id = sid; in cb_h3_stop_sending() local
963 curl_int64_t stream_id = sid; in cb_h3_reset_stream() local
981 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id, in cb_h3_read_req_body()
1046 static int cb_h3_acked_stream_data(nghttp3_conn *conn, int64_t stream_id, in cb_h3_acked_stream_data()
[all …]
H A Dcurl_quiche.c290 curl_uint64_t stream_id, in get_stream_easy()
/curl/lib/
H A Dcf-h2-proxy.c74 int32_t stream_id; member
669 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_frame_recv() local
748 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_header() local
807 int32_t stream_id, in tunnel_send_callback()
847 int32_t stream_id, in tunnel_recv_callback()
873 int32_t stream_id, in proxy_h2_on_stream_close()
906 int32_t stream_id = -1; in proxy_h2_submit() local
H A Dhttp2.c1094 int32_t stream_id = frame->hd.stream_id; in on_stream_frame() local
1287 int32_t stream_id = frame->hd.stream_id; in on_frame_recv() local
1360 int32_t stream_id, in on_data_chunk_recv()
1396 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close()
1491 int32_t stream_id = frame->hd.stream_id; in on_header() local
1645 int32_t stream_id, in req_body_read_callback()
2146 int32_t stream_id; in h2_submit() local

Completed in 37 milliseconds