Lines Matching defs:fin
27 int done_recv_fin; /* Received FIN */
480 * If we already got a FIN for this stream, there is nothing more to
498 /* Stream concluded normally. Pass FIN to HTTP/3 stack. */
500 /*fin=*/1);
503 "cannot pass FIN to nghttp3: %s (%d)",
544 s->buf_total - s->buf_cur, /*fin=*/0);
572 int ec, fin;
615 ec = nghttp3_conn_writev_stream(conn->h3conn, &stream_id, &fin,
623 * we let SSL_write_ex2(3) to conclude the stream for us (send FIN)
626 flags = (fin == 0) ? 0 : SSL_WRITE_FLAG_CONCLUDE;
690 if (fin && total_written == total_len) {
695 * zero-length stream with a FIN, we have to tell it we did this