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

/dovecot/src/imap/
H A Dimap-master-client.c56 struct imap_master_input *master_input_r,
63 i_zero(master_input_r);
64 master_input_r->client_input = buffer_create_dynamic(pool, 64);
65 master_input_r->client_output = buffer_create_dynamic(pool, 16);
66 master_input_r->state = buffer_create_dynamic(pool, 512);
112 if (str_to_ino(value, &master_input_r->peer_ino) < 0) {
130 master_input_r->client_input) < 0) {
137 master_input_r->client_output) < 0) {
144 master_input_r->state) < 0) {
150 master_input_r
54 imap_master_client_parse_input(const char *const *args, pool_t pool, struct mail_storage_service_input *input_r, struct imap_master_input *master_input_r, const char **error_r) argument
[all...]

Completed in 818 milliseconds