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

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c67 struct istream *msg_part_input; member in struct:client
274 while (i_stream_read_more(client->msg_part_input, &data, &size) > 0) {
277 i_stream_skip(client->msg_part_input, ret);
292 if (client->msg_part_input->eof) {
389 client->msg_part_input = mpresult.input;
406 client->msg_part_input = NULL;
449 if (client->msg_part_size == 0 || client->msg_part_input == NULL) {

Completed in 8 milliseconds