Searched refs:mbox_md5_context (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-md5.h7 struct mbox_md5_context *(*init)(void);
8 void (*more)(struct mbox_md5_context *ctx,
10 void (*finish)(struct mbox_md5_context *ctx,
H A Dmbox-md5-all.c9 struct mbox_md5_context { struct
13 static struct mbox_md5_context *mbox_md5_all_init(void)
15 struct mbox_md5_context *ctx;
17 ctx = i_new(struct mbox_md5_context, 1);
22 static void mbox_md5_all_more(struct mbox_md5_context *ctx,
28 static void mbox_md5_all_finish(struct mbox_md5_context *ctx,
H A Dmbox-md5-apop3d.c9 struct mbox_md5_context { struct
16 bool (*func)(struct mbox_md5_context *ctx,
20 static bool parse_date(struct mbox_md5_context *ctx,
30 static bool parse_delivered_to(struct mbox_md5_context *ctx,
37 static bool parse_message_id(struct mbox_md5_context *ctx,
48 static bool parse_received(struct mbox_md5_context *ctx,
60 static bool parse_x_delivery_id(struct mbox_md5_context *ctx,
87 static struct mbox_md5_context *mbox_md5_apop3d_init(void)
89 struct mbox_md5_context *ctx;
91 ctx = i_new(struct mbox_md5_context,
[all...]
H A Dmbox-sync-parse.c462 struct mbox_md5_context *mbox_md5_ctx;
562 struct mbox_md5_context *mbox_md5_ctx;
H A Dmbox-save.c51 struct mbox_md5_context *mbox_md5_ctx;

Completed in 33 milliseconds