| /dovecot/src/plugins/push-notification/ |
| H A D | push-notification-event-messageappend.h | 13 const char *to; member in struct:push_notification_event_messageappend_data
|
| H A D | push-notification-event-messagenew.h | 18 const char *to; member in struct:push_notification_event_messagenew_data
|
| /dovecot/src/plugins/mail-crypt/ |
| H A D | mail-crypt-plugin.h | 8 struct timeout *to; member in struct:mail_crypt_cache
|
| /dovecot/src/login-common/ |
| H A D | access-lookup.c | 20 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 D | auth-server-connection.h | 12 struct timeout *to; member in struct:auth_server_connection
|
| /dovecot/src/lib-master/ |
| H A D | ipc-client.c | 26 struct timeout *to; member in struct:ipc_client
|
| H A D | ipc-server.c | 32 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 D | master-auth.c | 24 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 D | master-login.c | 39 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 D | stats-carbon.c | 24 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 D | last-login-plugin.c | 20 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 D | imap-master-connection.c | 12 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 D | istream-timeout.c | 12 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 D | test-ioloop.c | 70 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 D | test-iostream-pump.c | 23 /* 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 D | tcpwrap.c | 17 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 D | message-part-data.h | 18 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 D | test-ostream.c | 13 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 D | imap-search.h | 36 struct timeout *to; member in struct:imap_search_context
|
| /dovecot/src/replication/replicator/ |
| H A D | replicator-brain.c | 20 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 D | program-client-private.h | 44 struct timeout *to; member in struct:program_client
|
| H A D | test-program-client-net.c | 41 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 D | test-program-client-unix.c | 40 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 D | fts-indexer.c | 124 /* 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 D | replication-plugin.c | 31 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...] |