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

/dovecot/src/lib-fs/
H A Dfs-sis.c23 struct istream *hash_input; member in struct:sis_fs_file
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)) {
[all...]

Completed in 18 milliseconds