Searched refs:fin (Results 1 – 2 of 2) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 509 int fin = (flags & NGTCP2_STREAM_DATA_FLAG_FIN) ? 1 : 0; in cb_recv_stream_data() local 515 nghttp3_conn_read_stream(ctx->h3conn, stream_id, buf, buflen, fin); in cb_recv_stream_data() 980 int fin, void *user_data, void *stream_user_data) in cb_h3_end_headers() argument 989 (void)fin; in cb_h3_end_headers() 1698 int fin; in read_pkt_to_send() local 1702 fin = 0; in read_pkt_to_send() 1716 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec, in read_pkt_to_send() 1728 (fin ? NGTCP2_WRITE_STREAM_FLAG_FIN : 0); in read_pkt_to_send()
|
H A D | curl_osslq.c | 907 int fin, void *user_data, void *stream_user_data) in cb_h3_end_headers() argument 917 (void)fin; in cb_h3_end_headers()
|
Completed in 16 milliseconds