Lines Matching defs:hash_input
23 struct istream *hash_input;
112 file->hash_input = fs_read_stream(file->hash_file, IO_BLOCK_SIZE);
113 if (i_stream_read(file->hash_input) == -1) {
119 i_stream_destroy(&file->hash_input);
141 i_stream_unref(&file->hash_input);
151 if (i_stream_stat(file->hash_input, FALSE, &st) < 0)
191 if (file->hash_input == NULL) {
255 if (file->hash_input != NULL &&
256 stream_cmp_block(file->hash_input, data, size) &&
257 i_stream_read_eof(file->hash_input)) {
282 if (file->hash_input == NULL) {
288 file->hash_input);
305 if (file->hash_input != NULL &&
307 i_stream_read_eof(file->hash_input)) {