Searched defs:o_stream_file_writev_full (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | ostream-file.c | 212 o_stream_file_writev_full(struct file_ostream *fstream, function 232 return o_stream_file_writev_full(fstream, iov, iov_count); 261 ret2 = o_stream_file_writev_full(fstream, iov, iov_count); 269 ret2 = o_stream_file_writev_full(fstream, &new_iov, 1); 275 ret2 = o_stream_file_writev_full(fstream, iov + 1, 323 ret = o_stream_file_writev_full(fstream, iov, iov_len); 571 ret = o_stream_file_writev_full(fstream, iov, iov_count);
|
Completed in 1609 milliseconds