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

/dovecot/src/lib-mail/
H A Dmessage-parser.c369 size_t boundary_start; local
389 boundary_start = 0;
397 boundary_start = next - data;
399 boundary_start--;
401 if (boundary_start != 0) {
410 if (ret == 0 && boundary_start == 0)
420 } else if (boundary_start == 0) {
427 boundary_start = block_r->size;
432 ctx->want_count = (block_r->size - boundary_start) + 1;
439 block_r->size = boundary_start;
[all...]

Completed in 2416 milliseconds