Home
last modified time | relevance | path

Searched refs:client_command_execute (Results 1 – 5 of 5) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/pop3/
H A Dpop3-commands.h4 int client_command_execute(struct client *client,
H A Dpop3-client.c748 ret = client_command_execute(client, line, in client_handle_input()
H A Dpop3-commands.c924 int client_command_execute(struct client *client, in client_command_execute() function
/dports/mail/dovecot/dovecot-2.3.17/src/pop3-login/
H A Dclient.c91 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 Dimap-login-client.c185 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()