Searched refs:str_to_time (Results 1 - 17 of 17) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-penalty.c40 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 Ddoveadm-replicator.c172 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 Ddoveadm-log.c314 if (str_to_time(args[1], &t) < 0) {
336 if (str_to_time(optarg, &min_timestamp) < 0)
H A Ddoveadm-director.c167 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 Dreplicator-queue.c337 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 Dstrnum.h172 int str_to_time(const char *str, time_t *num_r)
H A Dstrnum.c436 int str_to_time(const char *str, time_t *num_r) function
H A Dlib-event.c592 if (str_to_time(arg_secs, &tv_r->tv_sec) < 0) {
/dovecot/src/imap-hibernate/
H A Dimap-hibernate-client.c121 if (str_to_time(value, &state_r->session_created) < 0) {
/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-stream.c845 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 Dmaster-instance.c90 if (str_to_time(args[0], &last_used) < 0)
/dovecot/src/imap/
H A Dimap-master-client.c120 if (str_to_time(value, &input_r->session_create_time) < 0) {
/dovecot/src/lib-http/
H A Dhttp-response-parser.c297 if (str_to_time(hdrval, &delta) >= 0) {
/dovecot/src/director/
H A Ddirector-connection.c488 if (str_to_time(args[2], &remote_time) < 0) {
828 (args[2] != NULL && str_to_time(args[2], &timestamp) < 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 Ddict-client.c894 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 Dmail-storage.c2938 } else if (str_to_time(str, timestamp_r) == 0) {
/dovecot/src/auth/
H A Dauth-request.c1946 if (str_to_time(value, &timestamp) < 0) {

Completed in 495 milliseconds