Searched refs:bytes_until_failure (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dostream-failure-at.c33 uoff_t bytes_until_failure, blocking_bytes_count = 0; local
56 bytes_until_failure = fstream->failure_offset - stream->ostream.offset;
62 if (iov_dup[i].iov_len >= bytes_until_failure) {
63 iov_dup[i].iov_len = bytes_until_failure;

Completed in 15 milliseconds