Searched refs:t2 (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/imap/ |
H A D | cmd-thread.c | 110 const struct orderedsubject_thread *t2) 114 if (t1->timestamp < t2->timestamp) 116 if (t1->timestamp > t2->timestamp) 120 m2 = array_idx(&t2->msgs, 0); 109 orderedsubject_thread_cmp(const struct orderedsubject_thread *t1, const struct orderedsubject_thread *t2) argument
|
/dovecot/src/lib/ |
H A D | sha3.c | 240 const unsigned t2 = (uint32_t) ((ctx->s[i] >> 16) >> 16); local 245 ctx->sb[i * 8 + 4] = (uint8_t) (t2); 246 ctx->sb[i * 8 + 5] = (uint8_t) (t2 >> 8); 247 ctx->sb[i * 8 + 6] = (uint8_t) (t2 >> 16); 248 ctx->sb[i * 8 + 7] = (uint8_t) (t2 >> 24);
|
H A D | sha2.c | 184 uint32_t t1, t2; local 207 t2 = SHA256_F1(wv[0]) + MAJ(wv[0], wv[1], wv[2]); 215 wv[0] = t1 + t2; 311 uint64_t t1, t2; local 333 t2 = SHA512_F1(wv[0]) + MAJ(wv[0], wv[1], wv[2]); 341 wv[0] = t1 + t2;
|
H A D | file-dotlock.c | 706 static bool file_dotlock_has_mtime_changed(time_t t1, time_t t2) argument 710 if (t1 == t2) 715 diff = t1 > t2 ? t1-t2 : t2-t1;
|
/dovecot/src/imap-hibernate/ |
H A D | imap-client.c | 672 time_t t1, t2; local 678 t2 = c2->move_back_start + 682 if (t1 < t2) 684 if (t1 > t2)
|
/dovecot/src/plugins/trash/ |
H A D | trash-plugin.c | 283 const struct trash_mailbox *t2) 285 return t1->priority - t2->priority; 282 trash_mailbox_priority_cmp(const struct trash_mailbox *t1, const struct trash_mailbox *t2) argument
|
/dovecot/src/config/ |
H A D | config-parser.c | 253 time_t t1, t2; local 269 t2 = time(NULL); 277 if (t2 - t1 >= DNS_LOOKUP_WARN_SECS) { 279 value, (int)(t2-t1));
|
Completed in 33 milliseconds