Searched defs:to (Results 1 - 25 of 59) sorted by relevance

123

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messageappend.h13 const char *to; member in struct:push_notification_event_messageappend_data
H A Dpush-notification-event-messagenew.h18 const char *to; member in struct:push_notification_event_messagenew_data
/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-plugin.h8 struct timeout *to; member in struct:mail_crypt_cache
/dovecot/src/login-common/
H A Daccess-lookup.c20 struct timeout *to; member in struct:access_lookup
94 lookup->to = timeout_add(ACCESS_LOOKUP_TIMEOUT_MSECS,
111 timeout_remove(&lookup->to);
/dovecot/src/lib-auth/
H A Dauth-server-connection.h12 struct timeout *to; member in struct:auth_server_connection
/dovecot/src/lib-master/
H A Dipc-client.c26 struct timeout *to; member in struct:ipc_client
H A Dipc-server.c32 struct timeout *to; member in struct:ipc_server
100 timeout_remove(&server->to);
105 server->to = timeout_add(IPC_SERVER_RECONNECT_MSECS,
156 timeout_remove(&server->to);
H A Dmaster-auth.c24 struct timeout *to; member in struct:master_auth_connection
72 timeout_remove(&conn->to);
210 conn->to = timeout_add(MASTER_AUTH_REQUEST_TIMEOUT_MSECS,
H A Dmaster-login.c39 struct timeout *to; member in struct:master_login_postlogin
184 reset prefix to default. */
229 timeout_remove(&pl->to);
271 i_info("Post-login script denied access to user %s",
286 i_error("%s: Timeout waiting for post-login script to finish, aborting",
339 pl->to = timeout_add(login->postlogin_timeout_secs * 1000,
/dovecot/src/old-stats/
H A Dstats-carbon.c24 struct timeout *to; member in struct:stats_send_ctx
37 timeout_remove(&ctx->to);
109 this is to ensure we leave a little pause between
113 ctx->to = timeout_add(ctx->to_msecs,
/dovecot/src/plugins/last-login/
H A Dlast-login-plugin.c20 struct timeout *to; member in struct:last_login_user
38 timeout_remove(&luser->to);
61 i_error("last_login_dict: Failed to write value for user %s: %s",
71 luser->to = timeout_add(0, last_login_dict_deinit, user);
84 /* we want to handle only logged in users,
/dovecot/src/imap-hibernate/
H A Dimap-master-connection.c12 struct timeout *to; member in struct:imap_master_connection
51 conn->to = timeout_add(IMAP_MASTER_CONNECTION_TIMEOUT_MSECS,
66 timeout_remove(&conn->to);
/dovecot/src/lib/
H A Distream-timeout.c12 struct timeout *to; member in struct:timeout_istream
25 timeout_remove(&tstream->to);
35 if (tstream->to != NULL)
36 tstream->to = io_loop_move_timeout_to(ioloop, &tstream->to);
47 before IOs, so wait for i_stream_read() to be called again
52 timeout_remove(&tstream->to);
59 tstream->to = timeout_add_to(io_stream_get_ioloop(iostream),
80 the timeout to the timestamp where we actually would have wanted to
[all...]
H A Dtest-ioloop.c70 struct timeout *to = timeout_add(2000, test_ioloop_fd_to, &test_ctx); local
78 timeout_remove(&to);
96 struct timeout *to, *to2; local
114 to = timeout_add(1000, timeout_callback, &tv_callback);
115 timeout_remove(&to);
118 to = timeout_add(1000, timeout_callback, &tv_callback);
123 timeout_remove(&to);
H A Dtest-iostream-pump.c23 /* to somehow discern between error and success .. */
93 struct timeout *to = timeout_add(3000, failed, counter); local
97 timeout_remove(&to);
/dovecot/src/util/
H A Dtcpwrap.c17 struct timeout *to; member in struct:tcpwrap_client
77 client->to = timeout_add(INPUT_TIMEOUT_MSECS, tcpwrap_client_timeout,
88 timeout_remove(&client->to);
/dovecot/src/lib-mail/
H A Dmessage-part-data.h18 struct message_address *to, *cc, *bcc; member in struct:message_part_envelope
46 If content_type_filter is set to an array of masks, then
84 /* Check if part is attachment according to given settings */
/dovecot/src/lib-test/
H A Dtest-ostream.c13 struct timeout *to; member in struct:test_ostream
21 timeout_remove(&tstream->to);
51 /* first we need to try to flush the internal buffer */
55 /* append to output_buf until max_output_size is reached */
70 /* if we've internal_buf, append to it until max_buffer_size is
107 timeout_remove(&tstream->to);
113 if (tstream->to == NULL && tstream->flush_pending &&
115 tstream->to = timeout_add_short(0, test_ostream_send_more, tstream);
/dovecot/src/imap/
H A Dimap-search.h36 struct timeout *to; member in struct:imap_search_context
/dovecot/src/replication/replicator/
H A Dreplicator-brain.c20 struct timeout *to; member in struct:replicator_brain
65 timeout_remove(&brain->to);
148 wouldn't want it to be retried immediately. */
155 we'll do another replication to make sure nothing gets lost */
169 timeout_remove(&brain->to);
180 /* nothing more to do */
181 timeout_remove(&brain->to);
182 brain->to = timeout_add(next_secs * 1000,
188 /* all connections were full, put the user back to queue */
/dovecot/src/lib-program-client/
H A Dprogram-client-private.h44 struct timeout *to; member in struct:program_client
H A Dtest-program-client-net.c41 struct timeout *to; member in struct:test_server
152 i_panic("Cannot write to ostream-temp");
167 timeout_remove(&test_globals.to);
218 /* incur short delay to make sure the client did not disconnect
221 test_globals.to = timeout_add_short(100, test_program_run, client);
238 i_fatal("Failed to accept connection: %m");
H A Dtest-program-client-unix.c40 struct timeout *to; member in struct:test_server
115 i_panic("Cannot write to ostream-temp: %s",
128 i_panic("Cannot write to ostream-temp");
141 timeout_remove(&test_globals.to);
190 /* incur slight delay to check if the connection gets
192 test_globals.to = timeout_add_short(100, test_program_run, client);
202 i_fatal("Failed to accept connection: %m");
/dovecot/src/plugins/fts/
H A Dfts-indexer.c124 /* connect to indexer and request immediate indexing of the mailbox */
185 i_error("indexer failed to index mailbox %s",
212 struct timeout *to; local
222 to = timeout_add_short(INDEXER_WAIT_MSECS, io_loop_stop, ioloop);
225 timeout_remove(&to);
246 "Timeout while waiting for indexing to finish");
/dovecot/src/plugins/replication/
H A Dreplication-plugin.c31 struct timeout *to; member in struct:replication_user
119 timeout_remove(&ruser->to);
199 timeout_remove(&ruser->to);
209 if (ruser->to == NULL) {
210 ruser->to = timeout_add_short(REPLICATION_NOTIFY_DELAY_MSECS,
249 mail already exists. and especially copies to Trash or to
257 /* Replication needs to be triggered on all the user-visible changes,
258 but not e.g. due to writes to cach
[all...]

Completed in 87 milliseconds

123