Searched defs:mbox_md5_context (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-md5-all.c | 9 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 D | mbox-md5-apop3d.c | 9 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...] |
Completed in 9 milliseconds