Searched refs:body_lines (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/pop3/
H A Dpop3-commands.c315 uoff_t body_lines; member in struct:fetch_context
338 while ((ctx->body_lines > 0 || !ctx->in_body) &&
363 if (--ctx->body_lines == 0) {
440 static int fetch(struct client *client, unsigned int msgnum, uoff_t body_lines, argument
460 if (body_lines == (uoff_t)-1 && client->seen_bitmask != NULL) {
469 ctx->body_lines = body_lines;
470 if (body_lines == (uoff_t)-1) {
475 ctx->body_lines++; /* internally we count the empty line too */

Completed in 7 milliseconds