Home
last modified time | relevance | path

Searched refs:FS_ITER_FLAG_DIRS (Results 1 – 6 of 6) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-fs/
H A Dfs-posix.c920 ret = (iter->iter.flags & FS_ITER_FLAG_DIRS) == 0; in fs_posix_iter_want()
922 ret = (iter->iter.flags & FS_ITER_FLAG_DIRS) != 0; in fs_posix_iter_want()
952 if ((iter->iter.flags & FS_ITER_FLAG_DIRS) != 0) in fs_posix_iter_next()
956 if ((iter->iter.flags & FS_ITER_FLAG_DIRS) == 0) in fs_posix_iter_next()
H A Dfs-api.h92 FS_ITER_FLAG_DIRS = 0x01, enumerator
H A Dfs-test.c351 if ((_iter->flags & FS_ITER_FLAG_DIRS) == 0) { in fs_test_iter_next()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-fs.c329 iter = fs_iter_init(fs, path_prefix, FS_ITER_FLAG_DIRS); in cmd_fs_delete_dir_recursive()
498 cmd_fs_iter_full(cctx, FS_ITER_FLAG_DIRS); in cmd_fs_iter_dirs()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/list/
H A Dmail-storage-list-index-rebuild.c111 FS_ITER_FLAG_DIRS | FS_ITER_FLAG_NOCACHE); in mail_storage_list_index_fill_storage_mailboxes()
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog143520 lib-fs: Added flags to iteration, and FS_ITER_FLAG_DIRS as the first flag.