Searched defs:stream_id (Results 1 – 5 of 5) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 291 int64_t stream_id, in get_stream_easy() 507 curl_int64_t stream_id = (curl_int64_t)sid; in cb_recv_stream_data() local 569 curl_int64_t stream_id = (curl_int64_t)sid; in cb_stream_close() local 601 curl_int64_t stream_id = (curl_int64_t)sid; in cb_stream_reset() local 660 curl_int64_t stream_id = (curl_int64_t)sid; in cb_extend_max_stream_data() local 881 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_stream_close() local 985 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_end_headers() local 1013 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_recv_header() local 1097 curl_int64_t stream_id = (curl_int64_t)sid; in cb_h3_reset_stream() local 1318 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id, in cb_h3_read_req_body() [all …]
|
H A D | curl_osslq.c | 451 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 D | curl_quiche.c | 290 curl_uint64_t stream_id, in get_stream_easy()
|
/curl/lib/ |
H A D | cf-h2-proxy.c | 74 int32_t stream_id; member 671 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_frame_recv() local 750 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_header() local 809 int32_t stream_id, in tunnel_send_callback() 849 int32_t stream_id, in tunnel_recv_callback() 875 int32_t stream_id, in proxy_h2_on_stream_close() 908 int32_t stream_id = -1; in proxy_h2_submit() local
|
H A D | http2.c | 1099 int32_t stream_id = frame->hd.stream_id; in on_stream_frame() local 1305 int32_t stream_id = frame->hd.stream_id; in on_frame_recv() local 1378 int32_t stream_id, in on_data_chunk_recv() 1414 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close() 1509 int32_t stream_id = frame->hd.stream_id; in on_header() local 1663 int32_t stream_id, in req_body_read_callback() 2169 int32_t stream_id; in h2_submit() local
|
Completed in 30 milliseconds