Searched refs:mbox_md5_context (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-md5.h | 7 struct mbox_md5_context *(*init)(void); 8 void (*more)(struct mbox_md5_context *ctx, 10 void (*finish)(struct mbox_md5_context *ctx,
|
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...] |
H A D | mbox-sync-parse.c | 462 struct mbox_md5_context *mbox_md5_ctx; 562 struct mbox_md5_context *mbox_md5_ctx;
|
H A D | mbox-save.c | 51 struct mbox_md5_context *mbox_md5_ctx;
|
Completed in 33 milliseconds