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

/dovecot/src/lib-fs/
H A Dfs-test.h21 struct test_fs_file *copy_src; member in struct:test_fs_file
H A Dfs-test.c250 dest->copy_src = test_fs_file_get(_src->fs, fs_file_path(_src));
251 src = dest->copy_src;
256 dest->copy_src = NULL;
H A Dfs-api-private.h121 struct fs_file *copy_src; member in struct:fs_file
H A Dfs-api.c971 if (dest->copy_src != NULL) {
972 i_assert(src == NULL || src == dest->copy_src);
977 dest->copy_src = NULL;
981 dest->copy_src = src;
1014 dest->copy_src = NULL;

Completed in 14 milliseconds