Searched refs:start_tv (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Duserdb-passwd.c38 const struct timeval *start_tv)
46 msecs = timeval_diff_msecs(&end_tv, start_tv);
86 struct timeval start_tv; local
92 if (gettimeofday(&start_tv, NULL) < 0)
93 start_tv.tv_sec = 0;
95 if (start_tv.tv_sec != 0)
96 passwd_check_warnings(auth_request, module, &start_tv);
36 passwd_check_warnings(struct auth_request *auth_request, struct passwd_userdb_module *module, const struct timeval *start_tv) argument
/dovecot/src/lib-fs/
H A Dfs-api.c427 fs_timing_end(struct stats_dist **timing, const struct timeval *start_tv) argument
435 diff = timeval_diff_usecs(&now, start_tv);

Completed in 10 milliseconds