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

/dovecot/src/imap/
H A Dcmd-id.c6 bool cmd_id(struct client_command_context *cmd) function
/dovecot/src/old-stats/
H A Dmail-command.c107 unsigned int i, cmd_id; local
119 if (str_to_uint(args[1], &cmd_id) < 0 || cmd_id == 0) {
137 cmd = mail_command_find(session, cmd_id);
149 cmd->id = cmd_id;
152 I_MAX(session->highest_cmd_id, cmd_id);
/dovecot/src/imap-login/
H A Dimap-login-cmd-id.c144 if (client->cmd_id->log_reply != NULL &&
145 (client->cmd_id->log_keys == NULL ||
146 str_array_icase_find((void *)client->cmd_id->log_keys, key)))
147 imap_id_log_reply_append(client->cmd_id->log_reply, key, value);
153 struct imap_client_cmd_id *id = client->cmd_id;
201 if (client->cmd_id->log_reply != NULL) {
203 "ID sent: %s", str_c(client->cmd_id->log_reply)));
215 struct imap_client_cmd_id *id = client->cmd_id;
222 i_free_and_null(client->cmd_id);
226 int cmd_id(struc function
[all...]
H A Dimap-login-client.h62 struct imap_client_cmd_id *cmd_id; member in struct:imap_client
95 int cmd_id(struct imap_client *client);

Completed in 31 milliseconds