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

/dovecot/src/log/
H A Dlog-connection.c124 const struct timeval *log_time,
140 err.timestamp = log_time->tv_sec;
155 const char *line, const struct timeval *log_time,
164 failure_ctx.timestamp_usecs = log_time->tv_usec;
174 client_log_ctx(log, &failure_ctx, log_time, prefix,
179 log_parse_master_line(const char *line, const struct timeval *log_time, argument
224 client_log_fatal(log, client, cmd + 6, log_time, tm);
229 client_log_fatal(log, client, cmd + 14, log_time, tm);
237 const struct timeval *log_time, const struct tm *tm)
246 log_parse_master_line(line, log_time, t
122 client_log_ctx(struct log_connection *log, const struct failure_context *ctx, const struct timeval *log_time, const char *prefix, const char *text) argument
154 client_log_fatal(struct log_connection *log, struct log_client *client, const char *line, const struct timeval *log_time, const struct tm *tm) argument
236 log_it(struct log_connection *log, const char *line, const struct timeval *log_time, const struct tm *tm) argument
[all...]

Completed in 11 milliseconds