Searched refs:imap_fetch_context (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/imap/
H A Dimap-fetch.h4 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 Dcmd-fetch.c23 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 Dimap-fetch.c83 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 Dimap-fetch-body.c29 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 Dimap-notify.h49 struct imap_fetch_context *fetch_ctx;
H A Dimap-search.h30 struct imap_fetch_context *fetch_ctx;
H A Dcmd-select.c19 struct imap_fetch_context *fetch_ctx;
229 struct imap_fetch_context *fetch_ctx;
H A Dimap-notify.c268 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 Dimap-client.h37 struct imap_fetch_context *fetch_ctx;
H A Dimap-state.c454 struct imap_fetch_context *fetch_ctx;

Completed in 29 milliseconds