Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-h2-proxy.c74 int32_t stream_id; member
91 ts->stream_id = -1; in tunnel_stream_init()
671 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_frame_recv() local
708 if(stream_id != ctx->tunnel.stream_id) { in proxy_h2_on_frame_recv()
750 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_header() local
757 if(stream_id != ctx->tunnel.stream_id) { in proxy_h2_on_header()
826 if(!stream_id) in tunnel_send_callback()
861 if(stream_id != ctx->tunnel.stream_id) in tunnel_recv_callback()
885 if(stream_id != ctx->tunnel.stream_id) in proxy_h2_on_stream_close()
939 nghttp2_strerror(stream_id), stream_id); in proxy_h2_submit()
[all …]
H A Dhttp2.c1099 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
1318 if(!stream_id) { in on_frame_recv()
1426 data_s = stream_id ? in on_stream_close()
1466 stream_id); in on_stream_close()
1509 int32_t stream_id = frame->hd.stream_id; in on_header() local
1678 if(!stream_id) in req_body_read_callback()
2169 int32_t stream_id; in h2_submit() local
2224 if(stream_id < 0) { in h2_submit()
2226 nghttp2_strerror(stream_id), stream_id); in h2_submit()
[all …]
/curl/lib/vquic/
H A Dcurl_ngtcp2.c299 if(stream && stream->id == stream_id) { in get_stream_easy()
311 if(stream && stream->id == stream_id) { in get_stream_easy()
507 curl_int64_t stream_id = (curl_int64_t)sid; in cb_recv_stream_data() local
548 (void)stream_id; in cb_acked_stream_data_offset()
569 curl_int64_t stream_id = (curl_int64_t)sid; in cb_stream_close() local
884 (void)stream_id; in cb_h3_stream_close()
988 (void)stream_id; in cb_h3_end_headers()
1020 (void)stream_id; in cb_h3_recv_header()
1331 (void)stream_id; in cb_h3_read_req_body()
1697 int64_t stream_id; in read_pkt_to_send() local
[all …]
H A Dcurl_osslq.c456 stream_id); in cf_osslq_h3conn_add_stream()
463 nstream->id = stream_id; in cf_osslq_h3conn_add_stream()
467 stream_id); in cf_osslq_h3conn_add_stream()
739 (void)stream_id; in cb_h3_stream_close()
835 (void)stream_id; in cb_h3_deferred_consume()
848 curl_int64_t stream_id = sid; in cb_h3_recv_header() local
856 (void)stream_id; in cb_h3_recv_header()
916 (void)stream_id; in cb_h3_end_headers()
994 (void)stream_id; in cb_h3_read_req_body()
1500 int64_t stream_id; in h3_send_streams() local
[all …]
H A Dcurl_quiche.c290 curl_uint64_t stream_id, in get_stream_easy() argument
298 if(stream && stream->id == stream_id) { in get_stream_easy()
310 if(stream && stream->id == stream_id) { in get_stream_easy()

Completed in 32 milliseconds