Searched refs:imap_arg (Results 1 - 25 of 70) sorted by relevance
123
/dovecot/src/lib-imap/ |
H A D | imap-util.h | 7 struct imap_arg; 19 void imap_write_arg(string_t *dest, const struct imap_arg *arg); 21 void imap_write_args(string_t *dest, const struct imap_arg *args); 25 void imap_write_args_for_human(string_t *dest, const struct imap_arg *args); 27 const char *imap_args_to_str(const struct imap_arg *args);
|
H A D | imap-arg.h | 47 ARRAY_DEFINE_TYPE(imap_arg_list, struct imap_arg); 48 struct imap_arg { struct 50 struct imap_arg *parent; /* always of type IMAP_ARG_LIST */ 77 bool imap_arg_get_atom(const struct imap_arg *arg, const char **str_r) 79 bool imap_arg_get_quoted(const struct imap_arg *arg, const char **str_r) 81 bool imap_arg_get_string(const struct imap_arg *arg, const char **str_r) 83 bool imap_arg_get_astring(const struct imap_arg *arg, const char **str_r) 86 bool imap_arg_get_nstring(const struct imap_arg *arg, const char **str_r) 89 bool imap_arg_get_literal_size(const struct imap_arg *arg, uoff_t *size_r) 92 bool imap_arg_get_list(const struct imap_arg *ar [all...] |
H A D | imap-id.h | 4 struct imap_arg; 13 const char *imap_id_args_get_log_reply(const struct imap_arg *args,
|
H A D | imap-arg.c | 6 bool imap_arg_get_atom(const struct imap_arg *arg, const char **str_r) 15 bool imap_arg_get_quoted(const struct imap_arg *arg, const char **str_r) 24 bool imap_arg_get_string(const struct imap_arg *arg, const char **str_r) 33 bool imap_arg_get_astring(const struct imap_arg *arg, const char **str_r) 44 bool imap_arg_get_nstring(const struct imap_arg *arg, const char **str_r) 53 bool imap_arg_get_literal_size(const struct imap_arg *arg, uoff_t *size_r) 63 bool imap_arg_get_list(const struct imap_arg *arg, 64 const struct imap_arg **list_r) 71 bool imap_arg_get_list_full(const struct imap_arg *arg, 72 const struct imap_arg **list_ [all...] |
H A D | imap-envelope.h | 4 struct imap_arg; 12 bool imap_envelope_parse_args(const struct imap_arg *args,
|
H A D | imap-bodystructure.h | 6 struct imap_arg; 23 int imap_bodystructure_parse_args(const struct imap_arg *args, pool_t pool,
|
H A D | imap-parser.h | 22 /* Parse literal8 and set it as flag to imap_arg. */ 87 const struct imap_arg **args_r); 99 const struct imap_arg **args_r);
|
H A D | imap-id.c | 53 imap_id_reply_generate_from_imap_args(const struct imap_arg *args) 102 const struct imap_arg *args; 132 const char *imap_id_args_get_log_reply(const struct imap_arg *args,
|
H A D | imap-bodystructure.c | 242 imap_bodystructure_strlist_parse(const struct imap_arg *arg, 246 const struct imap_arg *list_args; 272 imap_bodystructure_params_parse(const struct imap_arg *arg, 277 const struct imap_arg *list_args; 308 pool_t pool, const struct imap_arg *args, 312 const struct imap_arg *list_args; 355 imap_bodystructure_parse_args(const struct imap_arg *args, pool_t pool, 362 const struct imap_arg *list_args; 638 const struct imap_arg *args; 689 static bool str_append_nstring(string_t *str, const struct imap_arg *ar [all...] |
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-search.h | 13 void imapc_search_reply_search(const struct imap_arg *args, 15 void imapc_search_reply_esearch(const struct imap_arg *args,
|
H A D | imapc-mail.h | 6 struct imap_arg; 47 const struct imap_arg *args);
|
H A D | imapc-list.h | 4 struct imap_arg;
|
/dovecot/src/lib-storage/ |
H A D | mail-search-parser.h | 6 struct imap_arg; 11 mail_search_parser_init_imap(const struct imap_arg *args);
|
H A D | mail-search-parser-imap.c | 10 const struct imap_arg *args; 24 const struct imap_arg *arg = parser->cur->args; 64 const struct imap_arg *arg = parser->cur->args; 110 mail_search_parser_init_imap(const struct imap_arg *args)
|
/dovecot/src/imap/ |
H A D | imap-search-args.h | 6 struct imap_arg; 14 const struct imap_arg *args, const char *charset,
|
H A D | cmd-id.c | 9 const struct imap_arg *args;
|
H A D | imap-status.h | 17 const struct imap_arg *args,
|
H A D | cmd-enable.c | 8 const struct imap_arg *args;
|
H A D | cmd-resetkey.c | 21 const char *mailbox, const struct imap_arg *mech_args) 79 const struct imap_arg *args;
|
H A D | cmd-cancelupdate.c | 23 const struct imap_arg *args;
|
H A D | cmd-genurlauth.c | 11 const struct imap_arg *args;
|
H A D | cmd-search.c | 11 const struct imap_arg *args;
|
H A D | cmd-status.c | 12 const struct imap_arg *args, *list_args;
|
/dovecot/src/imap-login/ |
H A D | client-authenticate.h | 4 struct imap_arg; 13 int cmd_login(struct imap_client *client, const struct imap_arg *args);
|
H A D | imap-login-commands.h | 4 struct imap_arg; 8 const struct imap_arg *args);
|
Completed in 23 milliseconds
123