Lines Matching defs:message_boundary
15 struct message_boundary {
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 *boundary,
367 struct message_boundary *boundary = NULL;
542 struct message_boundary *boundary;