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
92 ts->stream_id = -1; in tunnel_stream_init()
668 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_frame_recv() local
705 if(stream_id != ctx->tunnel.stream_id) { in proxy_h2_on_frame_recv()
747 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_header() local
754 if(stream_id != ctx->tunnel.stream_id) { in proxy_h2_on_header()
823 if(!stream_id) in tunnel_send_callback()
858 if(stream_id != ctx->tunnel.stream_id) in tunnel_recv_callback()
882 if(stream_id != ctx->tunnel.stream_id) in proxy_h2_on_stream_close()
936 nghttp2_strerror(stream_id), stream_id); in proxy_h2_submit()
[all …]
H A Dhttp2.c1020 int32_t stream_id = frame->hd.stream_id; in on_stream_frame() local
1207 int32_t stream_id = frame->hd.stream_id; in on_frame_recv() local
1220 if(!stream_id) { in on_frame_recv()
1332 data_s = stream_id? in on_stream_close()
1373 stream_id); in on_stream_close()
1416 int32_t stream_id = frame->hd.stream_id; in on_header() local
1585 if(stream_id) { in req_body_read_callback()
2054 int32_t stream_id; in h2_submit() local
2118 if(stream_id < 0) { in h2_submit()
2120 nghttp2_strerror(stream_id), stream_id); in h2_submit()
[all …]
/curl/lib/vquic/
H A Dcurl_ngtcp2.c274 if(stream && stream->id == stream_id) { in get_stream_easy()
284 if(stream && stream->id == stream_id) { in get_stream_easy()
482 curl_int64_t stream_id = (curl_int64_t)sid; in cb_recv_stream_data() local
523 (void)stream_id; in cb_acked_stream_data_offset()
651 stream_id); in cb_extend_max_stream_data()
848 (void)stream_id; in cb_h3_stream_close()
952 (void)stream_id; in cb_h3_end_headers()
984 (void)stream_id; in cb_h3_recv_header()
1296 (void)stream_id; in cb_h3_read_req_body()
1703 int64_t stream_id; in read_pkt_to_send() local
[all …]
H A Dcurl_osslq.c363 stream_id); in cf_osslq_h3conn_add_stream()
370 nstream->id = stream_id; in cf_osslq_h3conn_add_stream()
374 stream_id); in cf_osslq_h3conn_add_stream()
649 (void)stream_id; in cb_h3_stream_close()
745 (void)stream_id; in cb_h3_deferred_consume()
758 curl_int64_t stream_id = sid; in cb_h3_recv_header() local
766 (void)stream_id; in cb_h3_recv_header()
826 (void)stream_id; in cb_h3_end_headers()
904 (void)stream_id; in cb_h3_read_req_body()
1410 int64_t stream_id; in h3_send_streams() local
[all …]
H A Dcurl_quiche.c268 curl_uint64_t stream_id, in get_stream_easy() argument
277 if(stream && stream->id == stream_id) { in get_stream_easy()
287 if(stream && stream->id == stream_id) { in get_stream_easy()

Completed in 51 milliseconds