Searched refs:create_stamp (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-master/
H A Dmaster-login-auth.c26 time_t create_stamp; member in struct:master_login_auth_request
52 /* linked list of requests, ordered by create_stamp */
148 expires = auth->request_head->create_stamp +
167 (unsigned int)(ioloop_time - request->create_stamp));
476 login_req->create_stamp = ioloop_time;
/dovecot/src/lib-index/
H A Dmail-transaction-log.h33 uint32_t create_stamp; member in struct:mail_transaction_log_header
H A Dmail-transaction-log.c257 return file->hdr.create_stamp <
H A Dmail-transaction-log-file.c232 hdr->create_stamp = ioloop_time;
/dovecot/src/doveadm/
H A Ddoveadm-dump-log.c41 printf("create stamp = %u\n", hdr.create_stamp);

Completed in 27 milliseconds