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

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c68 uoff_t msg_part_size; member in struct:client
388 client->msg_part_size = mpresult.size;
405 client->msg_part_size = 0;
449 if (client->msg_part_size == 0 || client->msg_part_input == NULL) {
461 str_printfa(response, "\t%"PRIuUOFF_T, client->msg_part_size);
466 "of %smessage data", client->msg_part_size,

Completed in 8 milliseconds