Searched refs:imap_arg (Results 1 - 25 of 70) sorted by relevance

123

/dovecot/src/lib-imap/
H A Dimap-util.h7 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 Dimap-arg.h47 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 Dimap-id.h4 struct imap_arg;
13 const char *imap_id_args_get_log_reply(const struct imap_arg *args,
H A Dimap-arg.c6 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 Dimap-envelope.h4 struct imap_arg;
12 bool imap_envelope_parse_args(const struct imap_arg *args,
H A Dimap-bodystructure.h6 struct imap_arg;
23 int imap_bodystructure_parse_args(const struct imap_arg *args, pool_t pool,
H A Dimap-parser.h22 /* 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 Dimap-id.c53 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 Dimap-bodystructure.c242 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 Dimapc-search.h13 void imapc_search_reply_search(const struct imap_arg *args,
15 void imapc_search_reply_esearch(const struct imap_arg *args,
H A Dimapc-mail.h6 struct imap_arg;
47 const struct imap_arg *args);
H A Dimapc-list.h4 struct imap_arg;
/dovecot/src/lib-storage/
H A Dmail-search-parser.h6 struct imap_arg;
11 mail_search_parser_init_imap(const struct imap_arg *args);
H A Dmail-search-parser-imap.c10 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 Dimap-search-args.h6 struct imap_arg;
14 const struct imap_arg *args, const char *charset,
H A Dcmd-id.c9 const struct imap_arg *args;
H A Dimap-status.h17 const struct imap_arg *args,
H A Dcmd-enable.c8 const struct imap_arg *args;
H A Dcmd-resetkey.c21 const char *mailbox, const struct imap_arg *mech_args)
79 const struct imap_arg *args;
H A Dcmd-cancelupdate.c23 const struct imap_arg *args;
H A Dcmd-genurlauth.c11 const struct imap_arg *args;
H A Dcmd-search.c11 const struct imap_arg *args;
H A Dcmd-status.c12 const struct imap_arg *args, *list_args;
/dovecot/src/imap-login/
H A Dclient-authenticate.h4 struct imap_arg;
13 int cmd_login(struct imap_client *client, const struct imap_arg *args);
H A Dimap-login-commands.h4 struct imap_arg;
8 const struct imap_arg *args);

Completed in 23 milliseconds

123