Searched refs:o_stream_nsendv (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/lib-master/ |
H A D | ipc-client.c | 161 o_stream_nsendv(client->output, iov, N_ELEMENTS(iov));
|
/dovecot/src/lib/ |
H A D | ostream.h | 168 void o_stream_nsendv(struct ostream *stream, const struct const_iovec *iov,
|
H A D | test-istream-multiplex.c | 267 o_stream_nsendv(os, iov, N_ELEMENTS(iov));
|
H A D | ostream.c | 318 o_stream_nsendv(stream, &iov, 1); 321 void o_stream_nsendv(struct ostream *stream, const struct const_iovec *iov, function
|
/dovecot/src/auth/ |
H A D | auth-client-connection.c | 73 o_stream_nsendv(conn->output, iov, 2);
|
H A D | auth-worker-server.c | 124 o_stream_nsendv(conn->output, iov, 3);
|
H A D | auth-master-connection.c | 85 o_stream_nsendv(conn->output, iov, 2);
|
/dovecot/src/director/ |
H A D | login-connection.c | 122 o_stream_nsendv(conn->output, iov, N_ELEMENTS(iov));
|
/dovecot/src/login-common/ |
H A D | client-common-auth.c | 663 o_stream_nsendv(client->output, iov, 3);
|
Completed in 2363 milliseconds