Searched defs:time_secs (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Ddb-passwd-file.c174 unsigned int time_secs; local
222 time_secs = end_time - start_time;
224 if ((time_secs > PARSE_TIME_STARTUP_WARN_SECS && startup) ||
225 (time_secs > PARSE_TIME_RELOAD_WARN_SECS && !startup)) {
227 pw->path, hash_table_count(pw->users), time_secs);
230 pw->path, hash_table_count(pw->users), time_secs);

Completed in 11 milliseconds