Searched refs:str_to_time (Results 1 - 17 of 17) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-penalty.c | 40 str_to_time(last_penalty_str, &line_r->last_penalty) < 0 || 41 str_to_time(last_update_str, &line_r->last_update) < 0)
|
H A D | doveadm-replicator.c | 172 str_to_time(args[2], &last_fast) == 0 && 173 str_to_time(args[3], &last_full) == 0 && 174 str_to_time(args[5], &last_success) == 0) {
|
H A D | doveadm-log.c | 314 if (str_to_time(args[1], &t) < 0) { 336 if (str_to_time(optarg, &min_timestamp) < 0)
|
H A D | doveadm-director.c | 167 str_to_time(args[1], &expires) < 0) { 232 if (str_to_time(args[5], &ts) < 0 || 422 str_to_time(args[1], &expires) < 0 || 909 str_to_time(args[i], &ts) == 0) {
|
/dovecot/src/replication/replicator/ |
H A D | replicator-queue.c | 337 str_to_time(args[2], &tmp_user.last_update) < 0 || 338 str_to_time(args[3], &tmp_user.last_fast_sync) < 0 || 339 str_to_time(args[4], &tmp_user.last_full_sync) < 0) 345 if (str_to_time(args[7], &tmp_user.last_successful_sync) < 0)
|
/dovecot/src/lib/ |
H A D | strnum.h | 172 int str_to_time(const char *str, time_t *num_r)
|
H A D | strnum.c | 436 int str_to_time(const char *str, time_t *num_r) function
|
H A D | lib-event.c | 592 if (str_to_time(arg_secs, &tv_r->tv_sec) < 0) {
|
/dovecot/src/imap-hibernate/ |
H A D | imap-hibernate-client.c | 121 if (str_to_time(value, &state_r->session_created) < 0) {
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-ibc-stream.c | 845 if (str_to_time(value, &set->sync_since_timestamp) < 0 || 853 if (str_to_time(value, &set->sync_until_timestamp) < 0 || 1119 str_to_time(value, &node->last_renamed_or_created) < 0) { 1124 str_to_time(value, &node->last_subscription_change) < 0) { 1204 str_to_time(tmp[i+1], &del->timestamp) < 0) 1393 str_to_time(value, &field.last_used) < 0) { 1588 str_to_time(value, &attr->last_change) < 0) { 1956 str_to_time(value, &mail->received_date) < 0) { 1961 str_to_time(value, &mail->saved_date) < 0) {
|
/dovecot/src/lib-master/ |
H A D | master-instance.c | 90 if (str_to_time(args[0], &last_used) < 0)
|
/dovecot/src/imap/ |
H A D | imap-master-client.c | 120 if (str_to_time(value, &input_r->session_create_time) < 0) {
|
/dovecot/src/lib-http/ |
H A D | http-response-parser.c | 297 if (str_to_time(hdrval, &delta) >= 0) {
|
/dovecot/src/director/ |
H A D | director-connection.c | 488 if (str_to_time(args[2], &remote_time) < 0) { 828 (args[2] != NULL && str_to_time(args[2], ×tamp) < 0)) { 1111 str_to_time(args[3]+1, &last_updown_change) < 0) { 1833 str_to_time(args[0], &sent_time) == 0 && 1889 str_to_time(args[0], &sent_time) < 0 ||
|
/dovecot/src/lib-dict/ |
H A D | dict-client.c | 894 str_to_time(extra_args[0], &tv_start.tv_sec) == 0 && 896 str_to_time(extra_args[2], &tv_end.tv_sec) == 0 &&
|
/dovecot/src/lib-storage/ |
H A D | mail-storage.c | 2938 } else if (str_to_time(str, timestamp_r) == 0) {
|
/dovecot/src/auth/ |
H A D | auth-request.c | 1946 if (str_to_time(value, ×tamp) < 0) {
|
Completed in 65 milliseconds