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

/dovecot/src/lib-mail/
H A Dmessage-parser.c34 const char *last_boundary; member in struct:message_parser_ctx
205 b->boundary = ctx->last_boundary;
211 ctx->last_boundary = NULL;
319 i_assert(ctx->last_boundary == NULL);
506 ctx->last_boundary != NULL)
512 ctx->last_boundary =
550 ctx->last_boundary != NULL &&
635 ctx->last_boundary = NULL;
660 i_assert(ctx->last_boundary == NULL);

Completed in 76 milliseconds