Lines Matching defs:mbox_md5_context
9 struct mbox_md5_context {
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, 1);
96 static void mbox_md5_apop3d_more(struct mbox_md5_context *ctx,
108 static void mbox_md5_apop3d_finish(struct mbox_md5_context *ctx,