Searched refs:imap_fetch_context (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/imap/ |
H A D | imap-fetch.h | 4 struct imap_fetch_context; 13 typedef int imap_fetch_handler_t(struct imap_fetch_context *ctx, 17 struct imap_fetch_context *fetch_ctx; 62 int (*cont_handler)(struct imap_fetch_context *ctx); 78 struct imap_fetch_context { struct 117 struct imap_fetch_context *, struct mail *, \ 123 struct imap_fetch_context **fetch_ctx_r, 126 struct imap_fetch_context * 128 void imap_fetch_free(struct imap_fetch_context **ctx); 130 void imap_fetch_init_nofail_handler(struct imap_fetch_context *ct [all...] |
H A D | cmd-fetch.c | 23 imap_fetch_cmd_init_handler(struct imap_fetch_context *ctx, 45 fetch_parse_args(struct imap_fetch_context *ctx, 103 fetch_parse_modifier(struct imap_fetch_context *ctx, 144 fetch_parse_modifiers(struct imap_fetch_context *ctx, 180 static bool imap_fetch_is_failed_retry(struct imap_fetch_context *ctx) 190 static void imap_fetch_add_failed_uids(struct imap_fetch_context *ctx) 202 static bool cmd_fetch_finish(struct imap_fetch_context *ctx, 274 struct imap_fetch_context *ctx = cmd->context; 286 struct imap_fetch_context *ctx;
|
H A D | imap-fetch.c | 83 void imap_fetch_init_nofail_handler(struct imap_fetch_context *ctx, 98 struct imap_fetch_context **fetch_ctx_r, 128 struct imap_fetch_context * 131 struct imap_fetch_context *ctx; 133 ctx = p_new(pool, struct imap_fetch_context, 1); 350 static void imap_fetch_init(struct imap_fetch_context *ctx) 365 void imap_fetch_begin(struct imap_fetch_context *ctx, struct mailbox *box, 414 static int imap_fetch_flush_buffer(struct imap_fetch_context *ctx) 440 static int imap_fetch_send_nil_reply(struct imap_fetch_context *ctx) 458 static void imap_fetch_fix_empty_reply(struct imap_fetch_context *ct [all...] |
H A D | imap-fetch-body.c | 29 static void fetch_read_error(struct imap_fetch_context *ctx, 90 static int fetch_stream_continue(struct imap_fetch_context *ctx) 161 static void fetch_state_update_stats(struct imap_fetch_context *ctx, 173 static int fetch_body_msgpart(struct imap_fetch_context *ctx, struct mail *mail, 201 static int fetch_binary_size(struct imap_fetch_context *ctx, struct mail *mail, 455 fetch_rfc822_size(struct imap_fetch_context *ctx, struct mail *mail, 468 fetch_and_free_msgpart(struct imap_fetch_context *ctx, 487 fetch_rfc822(struct imap_fetch_context *ctx, struct mail *mail, 510 fetch_rfc822_header(struct imap_fetch_context *ctx, 533 fetch_rfc822_text(struct imap_fetch_context *ct [all...] |
H A D | imap-notify.h | 49 struct imap_fetch_context *fetch_ctx;
|
H A D | imap-search.h | 30 struct imap_fetch_context *fetch_ctx;
|
H A D | cmd-select.c | 19 struct imap_fetch_context *fetch_ctx; 229 struct imap_fetch_context *fetch_ctx;
|
H A D | imap-notify.c | 268 struct imap_fetch_context *fetch_ctx = client->notify_ctx->fetch_ctx; 313 struct imap_fetch_context *fetch_ctx = client->notify_ctx->fetch_ctx;
|
H A D | imap-client.h | 37 struct imap_fetch_context *fetch_ctx;
|
H A D | imap-state.c | 454 struct imap_fetch_context *fetch_ctx;
|
Completed in 29 milliseconds