Searched refs:client_command_execute (Results 1 – 5 of 5) sorted by relevance
/dports/mail/dovecot/dovecot-2.3.17/src/pop3/ |
H A D | pop3-commands.h | 4 int client_command_execute(struct client *client,
|
H A D | pop3-client.c | 748 ret = client_command_execute(client, line, in client_handle_input()
|
H A D | pop3-commands.c | 924 int client_command_execute(struct client *client, in client_command_execute() function
|
/dports/mail/dovecot/dovecot-2.3.17/src/pop3-login/ |
H A D | client.c | 91 static bool client_command_execute(struct pop3_client *client, const char *cmd, in client_command_execute() function 191 if (client_command_execute(pop3_client, pop3_client->current_cmd, args)) in pop3_client_input_next_cmd()
|
/dports/mail/dovecot/dovecot-2.3.17/src/imap-login/ |
H A D | imap-login-client.c | 185 static int client_command_execute(struct imap_client *client, const char *cmd, in client_command_execute() function 321 client_command_execute(client, client->cmd_name, args); in imap_client_input_next_cmd()
|