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

/dovecot/src/lib-mail/
H A Dostream-dot.c103 struct const_iovec iovn; local
166 iovn.iov_base = data;
167 iovn.iov_len = chunk;
168 array_append(&iov_arr, &iovn, 1);
175 iovn.iov_base = (add == '\r' ? "\r\n" : "..");
176 iovn.iov_len = 2;
177 array_append(&iov_arr, &iovn, 1);
189 iovn.iov_base = data;
190 iovn.iov_len = chunk;
191 array_append(&iov_arr, &iovn,
[all...]

Completed in 10 milliseconds