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

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.c803 int pop3c_client_cmd_line(struct pop3c_client *client, const char *cmdline, argument
809 pop3c_client_cmd_line_async(client, cmdline, pop3c_client_cmd_reply, &ctx);
818 pop3c_client_cmd_line_async(struct pop3c_client *client, const char *cmdline, argument
830 o_stream_nsend_str(client->output, cmdline);
839 const char *cmdline)
841 pop3c_client_cmd_line_async(client, cmdline, NULL, NULL);
869 int pop3c_client_cmd_stream(struct pop3c_client *client, const char *cmdline, argument
881 *input_r = pop3c_client_cmd_stream_async(client, cmdline,
896 pop3c_client_cmd_stream_async(struct pop3c_client *client, const char *cmdline, argument
902 cmd = pop3c_client_cmd_line_async(client, cmdline, callbac
838 pop3c_client_cmd_line_async_nocb(struct pop3c_client *client, const char *cmdline) argument
[all...]

Completed in 10 milliseconds