Home
last modified time | relevance | path

Searched refs:fin (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vquic/
H A Dcurl_ngtcp2.c510 int fin = (flags & NGTCP2_STREAM_DATA_FLAG_FIN) ? 1 : 0; in cb_recv_stream_data() local
516 nghttp3_conn_read_stream(ctx->h3conn, stream_id, buf, buflen, fin); in cb_recv_stream_data()
981 int fin, void *user_data, void *stream_user_data) in cb_h3_end_headers() argument
990 (void)fin; in cb_h3_end_headers()
1713 int fin; in read_pkt_to_send() local
1717 fin = 0; in read_pkt_to_send()
1731 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec, in read_pkt_to_send()
1743 (fin ? NGTCP2_WRITE_STREAM_FLAG_FIN : 0); in read_pkt_to_send()
H A Dcurl_osslq.c907 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 27 milliseconds