Lines Matching defs:cmdline
803 int pop3c_client_cmd_line(struct pop3c_client *client, const char *cmdline,
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,
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,
881 *input_r = pop3c_client_cmd_stream_async(client, cmdline,
896 pop3c_client_cmd_stream_async(struct pop3c_client *client, const char *cmdline,
902 cmd = pop3c_client_cmd_line_async(client, cmdline, callback, context);