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

/dovecot/src/lib-fs/
H A Dfs-sis.c187 const char *hash_fname; local
208 hash_fname = strrchr(file->hash_path, '/');
209 if (hash_fname == NULL)
210 hash_fname = file->hash_path;
213 (hash_fname-file->hash_path) + 1);
214 hash_fname++;
217 super_fs->set.temp_file_prefix, hash_fname);

Completed in 21 milliseconds