Lines Matching defs:client_send_reply
32 client_send_reply(&client->common, POP3_CMD_REPLY_OK, "Logging out");
44 client_send_reply(&client->common, POP3_CMD_REPLY_OK,
78 client_send_reply(&client->common, POP3_CMD_REPLY_ERROR,
84 client_send_reply(&client->common, POP3_CMD_REPLY_OK, "Updated");
113 client_send_reply(&client->common, POP3_CMD_REPLY_ERROR,
159 client_send_reply(client, POP3_CMD_REPLY_ERROR,
232 client_send_reply(client, POP3_CMD_REPLY_OK, str_c(str));
242 client_send_reply(client, POP3_CMD_REPLY_OK, text);
244 client_send_reply(client, POP3_CMD_REPLY_ERROR, text);
251 void client_send_reply(struct client *client, enum pop3_cmd_reply reply,
291 client_send_reply(client, POP3_CMD_REPLY_TEMPFAIL, text);
293 client_send_reply(client, POP3_CMD_REPLY_ERROR, text);