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

/dovecot/src/lib-mail/
H A Dmessage-parser.c224 struct message_boundary **boundary_r)
226 *boundary_r = NULL;
254 *boundary_r = boundary_find(ctx->boundaries, data, size);
255 if (*boundary_r == NULL)
258 (*boundary_r)->epilogue_found =
259 size >= (*boundary_r)->len + 2 &&
260 memcmp(data + (*boundary_r)->len, "--", 2) == 0;
222 boundary_line_find(struct message_parser_ctx *ctx, const unsigned char *data, size_t size, bool full, struct message_boundary **boundary_r) argument

Completed in 14 milliseconds