Searched refs:e_debug (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/lib/
H A Devent-log.h29 void e_debug(struct event *event,
32 #define e_debug(_event, ...) STMT_START { \ macro
35 e_debug(_tmp_event, __FILE__, __LINE__, __VA_ARGS__); \
H A Devent-log.c62 #undef e_debug macro
63 void e_debug(struct event *event, function
/dovecot/src/lib-http/
H A Dhttp-client-peer.c122 e_debug(ppool->event, "Peer pool created");
168 e_debug(ppool->event, "Peer pool destroy");
208 e_debug(ppool->event, "Peer pool reused");
219 e_debug(ppool->event, "Successfully connected (connections=%u)",
235 e_debug(ppool->event,
290 e_debug(pshared->event, "Peer created");
309 e_debug(pshared->event, "Peer destroy");
336 e_debug(pshared->event, "Peer reused");
383 e_debug(pshared->event, "Backoff timer expired");
408 e_debug(pshare
[all...]
H A Dhttp-client-host.c35 e_debug(hshared->event, "Idle host timed out");
68 e_debug(hshared->event, "Host is idle (timeout = %u msecs)", timeout);
104 e_debug(hshared->event,
137 e_debug(hshared->event, "Performing asynchronous DNS lookup");
142 e_debug(hshared->event, "Performing asynchronous DNS lookup");
158 e_debug(hshared->event,
192 e_debug(hshared->event, "IPs have expired; need to refresh DNS lookup");
233 e_debug(hshared->event, "Unix host created");
253 e_debug(hshared->event, "Host created");
266 e_debug(hshare
[all...]
H A Dhttp-client-connection.c96 e_debug(conn->event, "Aborting pending requests with error");
98 e_debug(conn->event, "Retrying pending requests");
125 e_debug(conn->event, "Server explicitly closed connection");
151 e_debug(conn->event, "Aborting connection: %s", error);
231 e_debug(conn->event,
358 e_debug(conn->event, "Detached peer");
368 e_debug(conn->event, "Idle connection timed out");
410 e_debug(conn->event,
418 e_debug(conn->event, "Lost peer; already idle");
476 e_debug(con
[all...]
H A Dhttp-client-queue.c122 e_debug(queue->event, "Destroy");
275 e_debug(queue->event, "Connection to %s%s is taking a long time; "
334 e_debug(queue->event,
356 e_debug(queue->event, "Setting up connection to %s%s "
399 e_debug(queue->event, "Started new connection to %s%s",
507 e_debug(queue->event,
537 e_debug(queue->event,
564 e_debug(queue->event,
621 e_debug(queue->event,
697 e_debug(queu
[all...]
H A Dhttp-client-request.c292 e_debug(req->event, "Free (client already destroyed)");
294 e_debug(req->event, "Free (requests left=%d)",
333 e_debug(req->event, "Destroy (client already destroyed)");
335 e_debug(req->event, "Destroy (requests left=%d)",
873 e_debug(req->event, "Submitted (requests left=%d)",
939 e_debug(req->event, "Finished sending%s payload",
1001 e_debug(req->event, "Waiting for request to finish");
1121 e_debug(req->event, "Send more (sent %"PRIuUOFF_T", buffered=%"PRIuSIZE_T")",
1166 e_debug(req->event, "Partially sent payload");
1315 e_debug(re
[all...]
H A Dhttp-client.c334 e_debug(client->event,
340 e_debug(client->event, "All requests finished");
/dovecot/src/imap/
H A Dimap-client.c957 e_debug(cmd->event, "Command finished: %s %s", cmd->name,

Completed in 25 milliseconds