Lines Matching defs:client_send_reply
61 client_send_reply(&client->common,
70 client_send_reply(&client->common, IMAP_CMD_REPLY_BAD, msg);
137 client_send_reply(client, IMAP_CMD_REPLY_OK,
154 client_send_reply(client, IMAP_CMD_REPLY_OK, text);
156 client_send_reply(client, IMAP_CMD_REPLY_BAD, text);
162 client_send_reply(&client->common, IMAP_CMD_REPLY_OK,
170 client_send_reply(&client->common, IMAP_CMD_REPLY_BYE, "Logging out");
171 client_send_reply(&client->common, IMAP_CMD_REPLY_OK,
181 client_send_reply(&client->common, IMAP_CMD_REPLY_OK,
324 client_send_reply(&client->common, IMAP_CMD_REPLY_BAD,
332 client_send_reply(&client->common, IMAP_CMD_REPLY_BYE,
338 client_send_reply(&client->common, IMAP_CMD_REPLY_BAD,
481 void client_send_reply(struct client *client, enum imap_cmd_reply reply,