Searched defs:o_stream_get_buffer_used_size (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dostream.c217 size_t o_stream_get_buffer_used_size(const struct ostream *stream) function
226 size_t used = o_stream_get_buffer_used_size(stream);
572 if (o_stream_get_buffer_used_size(_stream->parent) >= IO_BLOCK_SIZE) {
581 if (o_stream_get_buffer_used_size(_stream->parent) >= IO_BLOCK_SIZE)
636 return o_stream_get_buffer_used_size(_stream->parent);

Completed in 21 milliseconds