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

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.c57 struct pop3c_client { struct
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 *clien
[all...]

Completed in 8 milliseconds