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

/dovecot/src/log/
H A Dlog-connection.c55 static struct log_connection *last_pending_log; variable in typeref:struct:log_connection
67 else if (last_pending_log == NULL) {
74 last_pending_log->fd,
75 last_pending_log->listen_fd,
76 last_pending_log->default_prefix));
80 last_pending_log->fd,
81 last_pending_log->listen_fd,
82 last_pending_log->default_prefix));
379 if (log == last_pending_log)
380 last_pending_log
[all...]

Completed in 11 milliseconds