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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file-fix.c323 struct istream *body_input; local
406 body_input = i_stream_create_limit(file->input, msg_size);
407 ret = message_get_body_size(body_input, &body, &has_nuls);
408 i_stream_unref(&body_input);
412 i_stream_get_error(body_input));

Completed in 273 milliseconds