Searched defs:message_boundary (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-mail/
H A Dmessage-parser.c15 struct message_boundary { struct
16 struct message_boundary *next;
35 struct message_boundary *boundaries;
66 static struct message_boundary *
67 boundary_find(struct message_boundary *boundaries,
70 struct message_boundary *best = NULL;
201 struct message_boundary *b;
203 b = p_new(ctx->parser_pool, struct message_boundary, 1);
224 struct message_boundary **boundary_r)
313 struct message_boundary *boundar
[all...]

Completed in 13 milliseconds