/dovecot/src/lib-mail/ |
H A D | test-message-date.c | 9 time_t time; member in struct:test_message_date 51 (ret == test->ret && t == test->time &&
|
H A D | test-mbox-from.c | 8 #include <time.h> 11 time_t time; member in struct:test_mbox_from_parse_output 67 (ret == output[i].ret && t == output[i].time && 75 output[i].time += output[i].tz_offset*60; 76 tm = localtime(&output[i].time); 77 output[i].tz_offset = utc_offset(tm, output[i].time); 78 output[i].time -= output[i].tz_offset*60;
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-mail.c | 122 uintmax_t time; local 131 time = 0; 132 if (value != NULL && str_to_uintmax_hex(value, &time) < 0) 135 data->received_date = (time_t)time;
|
H A D | dbox-file.c | 113 uintmax_t time; local 127 if (str_to_uintmax_hex(value, &time) < 0) { 128 dbox_file_set_corrupted(file, "Invalid create time stamp"); 131 file->create_time = (time_t)time;
|
/dovecot/src/lib-storage/ |
H A D | mail-duplicate.c | 26 time_t time; member in struct:mail_duplicate 143 d->time = hdr.stamp; 280 d->time = timestamp; 313 rec.stamp = d->time;
|
H A D | mail-search-mime.h | 44 SEARCH_MIME_SENTON, /* time must point to beginning of the day */ 75 time_t time; member in union:mail_search_mime_arg::__anon146
|
H A D | mail-search.h | 25 SEARCH_ON, /* time must point to beginning of the day */ 72 searching for mails within precise time interval. Since imap-dates 99 time_t time; member in struct:mail_search_arg::__anon147
|
/dovecot/src/lib-http/ |
H A D | http-client-queue.c | 13 #include "time-util.h" 26 struct timeval time); 29 const struct timeval *time); 275 e_debug(queue->event, "Connection to %s%s is taking a long time; " 407 /* start soft connect time-out (but only if we have another IP left) */ 465 /* stop soft connect time-out */ 751 const struct timeval *time) 753 i_assert(time->tv_sec > 0); 758 t_strflocaltime("%Y-%m-%d %H:%M:%S", time->tv_sec), 759 ((unsigned long)time 750 http_client_queue_set_request_timer(struct http_client_queue *queue, const struct timeval *time) argument 866 http_client_queue_set_delay_timer(struct http_client_queue *queue, struct timeval time) argument [all...] |
H A D | http-client-request.c | 9 #include "time-util.h" 538 const struct timeval *time) 543 req->timeout_time = *time; 593 time_t time) 595 req->release_time.tv_sec = time; 664 /* total elapsed time since message was submitted */ 668 /* elapsed time since message was first sent */ 674 /* elapsed time since message was last sent */ 681 /* time spent in other ioloops */ 686 /* time spen 537 http_client_request_set_timeout(struct http_client_request *req, const struct timeval *time) argument 592 http_client_request_delay_until(struct http_client_request *req, time_t time) argument [all...] |
H A D | test-http-client-errors.c | 10 #include "time-util.h" 2141 struct timeval time; member in struct:_client_retry_with_delay_ctx 2159 real_delay = timeval_diff_msecs(&ioloop_timeval, &ctx->time); 2168 ctx->time = ioloop_timeval; 2187 ctx->time = ioloop_timeval;
|
/dovecot/src/lib-storage/index/ |
H A D | index-mail.h | 64 uint32_t time; member in struct:mail_sent_date
|
/dovecot/src/lib/ |
H A D | ioloop.c | 7 #include "time-util.h" 229 called all the time - millisecond is more than enough */ 322 timeout_add_absolute_to(struct ioloop *ioloop, const struct timeval *time, argument 332 timeout->next_run = *time; 340 timeout_add_absolute(const struct timeval *time, argument 345 return timeout_add_absolute_to(current_ioloop, time, 596 /* time moved backwards */ 602 /* the callback may have slept, so check the time again. */ 610 /* time moved forwards */ 768 /* initialize time */ [all...] |
/dovecot/src/lib-smtp/ |
H A D | test-smtp-submit.c | 11 #include "time-util.h" 227 time_t time; local 232 time = ioloop_time; 238 test_out("timeout", (ioloop_time - time) < 5); 500 "453 4.3.2 Incapable of accepting messages at this time.\r\n"); 1241 time_t time; local 1246 time = ioloop_time; 1252 test_out("timeout", (ioloop_time - time) < 5); 1978 dec2str(time(NULL)), dec2str(getpid()));
|