Searched refs:stream_id (Results 1 – 5 of 5) sorted by relevance
74 int32_t stream_id; member91 ts->stream_id = -1; in tunnel_stream_init()671 int32_t stream_id = frame->hd.stream_id; in proxy_h2_on_frame_recv() local708 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() local757 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 …]
1099 int32_t stream_id = frame->hd.stream_id; in on_stream_frame() local1305 int32_t stream_id = frame->hd.stream_id; in on_frame_recv() local1318 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() local1678 if(!stream_id) in req_body_read_callback()2169 int32_t stream_id; in h2_submit() local2224 if(stream_id < 0) { in h2_submit()2226 nghttp2_strerror(stream_id), stream_id); in h2_submit()[all …]
299 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() local548 (void)stream_id; in cb_acked_stream_data_offset()569 curl_int64_t stream_id = (curl_int64_t)sid; in cb_stream_close() local884 (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 …]
456 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() local856 (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 …]
290 curl_uint64_t stream_id, in get_stream_easy() argument298 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