Lines Matching defs:pop3c_client
57 struct pop3c_client {
87 struct pop3c_client *client);
88 static void pop3c_client_connect_ip(struct pop3c_client *client);
89 static int pop3c_client_ssl_init(struct pop3c_client *client);
90 static void pop3c_client_input(struct pop3c_client *client);
92 struct pop3c_client *
95 struct pop3c_client *client;
101 client = p_new(pool, struct pop3c_client, 1);
140 client_login_callback(struct pop3c_client *client,
154 pop3c_client_async_callback(struct pop3c_client *client,
188 pop3c_client_async_callback_disconnected(struct pop3c_client *client)
194 static void pop3c_client_disconnect(struct pop3c_client *client)
216 void pop3c_client_deinit(struct pop3c_client **_client)
218 struct pop3c_client *client = *_client;
226 static void pop3c_client_ioloop_changed(struct pop3c_client *client)
236 static void pop3c_client_timeout(struct pop3c_client *client)
256 static int pop3c_client_dns_lookup(struct pop3c_client *client)
289 void pop3c_client_wait_one(struct pop3c_client *client)
334 static void pop3c_client_starttls(struct pop3c_client *client)
340 static void pop3c_client_authenticate1(struct pop3c_client *client)
366 pop3c_client_get_sasl_plain_request(struct pop3c_client *client)
389 static void pop3c_client_login_finished(struct pop3c_client *client)
402 pop3c_client_prelogin_input_line(struct pop3c_client *client, const char *line)
501 static void pop3c_client_prelogin_input(struct pop3c_client *client)
537 struct pop3c_client *client = context;
560 static int pop3c_client_ssl_init(struct pop3c_client *client)
613 static void pop3c_client_connected(struct pop3c_client *client)
635 static void pop3c_client_connect_ip(struct pop3c_client *client)
666 struct pop3c_client *client)
682 void pop3c_client_login(struct pop3c_client *client,
698 bool pop3c_client_is_connected(struct pop3c_client *client)
704 pop3c_client_get_capabilities(struct pop3c_client *client)
709 static int pop3c_client_dot_input(struct pop3c_client *client)
738 pop3c_client_input_next_reply(struct pop3c_client *client)
769 static void pop3c_client_input(struct pop3c_client *client)
803 int pop3c_client_cmd_line(struct pop3c_client *client, const char *cmdline,
818 pop3c_client_cmd_line_async(struct pop3c_client *client, const char *cmdline,
838 void pop3c_client_cmd_line_async_nocb(struct pop3c_client *client,
846 struct pop3c_client *client = context;
869 int pop3c_client_cmd_stream(struct pop3c_client *client, const char *cmdline,
896 pop3c_client_cmd_stream_async(struct pop3c_client *client, const char *cmdline,