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

/dovecot/src/imap/
H A Dcmd-list.c15 struct cmd_list_context { struct
31 mailbox_flags2str(struct cmd_list_context *ctx, string_t *str,
61 mailbox_childinfo2str(struct cmd_list_context *ctx, string_t *str,
76 parse_select_flags(struct cmd_list_context *ctx, const struct imap_arg *args)
120 parse_return_flags(struct cmd_list_context *ctx, const struct imap_arg *args)
183 list_send_status(struct cmd_list_context *ctx, const char *name,
215 struct cmd_list_context *ctx = cmd->context;
276 list_get_ref_patterns(struct cmd_list_context *ctx, const char *ref,
297 static void cmd_list_init(struct cmd_list_context *ctx,
355 struct cmd_list_context *ct
[all...]
/dovecot/src/pop3/
H A Dpop3-commands.c120 struct cmd_list_context { struct
126 struct cmd_list_context *ctx = client->cmd_context;
154 struct cmd_list_context *ctx;
157 ctx = i_new(struct cmd_list_context, 1);

Completed in 13 milliseconds