Home
last modified time | relevance | path

Searched refs:fs_config (Results 1 – 25 of 122) sorted by relevance

12345

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/
H A Dsvn_test_fs.c56 apr_hash_t *fs_config = apr_hash_make(pool); in svn_test__fs_new() local
57 apr_hash_set(fs_config, SVN_FS_CONFIG_BDB_TXN_NOSYNC, in svn_test__fs_new()
60 *fs_p = svn_fs_new(fs_config, pool); in svn_test__fs_new()
77 apr_hash_t *fs_config = apr_hash_make(pool); in make_fs_config() local
81 svn_hash_sets(fs_config, SVN_FS_CONFIG_FS_TYPE, fs_type); in make_fs_config()
98 return fs_config; in make_fs_config()
113 fs_config = apr_hash_overlay(pool, overlay_fs_config, fs_config); in create_fs()
187 apr_hash_t *fs_config, in svn_test__create_fs2() argument
193 fs_config, pool)); in svn_test__create_fs2()
228 apr_hash_t *fs_config = make_fs_config(opts->fs_type, in svn_test__create_repos2() local
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/
H A Dsvn_test_fs.c56 apr_hash_t *fs_config = apr_hash_make(pool); in svn_test__fs_new() local
57 apr_hash_set(fs_config, SVN_FS_CONFIG_BDB_TXN_NOSYNC, in svn_test__fs_new()
60 *fs_p = svn_fs_new(fs_config, pool); in svn_test__fs_new()
77 apr_hash_t *fs_config = apr_hash_make(pool); in make_fs_config() local
81 svn_hash_sets(fs_config, SVN_FS_CONFIG_FS_TYPE, fs_type); in make_fs_config()
98 return fs_config; in make_fs_config()
113 fs_config = apr_hash_overlay(pool, overlay_fs_config, fs_config); in create_fs()
187 apr_hash_t *fs_config, in svn_test__create_fs2() argument
193 fs_config, pool)); in svn_test__create_fs2()
228 apr_hash_t *fs_config = make_fs_config(opts->fs_type, in svn_test__create_repos2() local
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/
H A Dsvn_test_fs.c56 apr_hash_t *fs_config = apr_hash_make(pool); in svn_test__fs_new() local
57 apr_hash_set(fs_config, SVN_FS_CONFIG_BDB_TXN_NOSYNC, in svn_test__fs_new()
60 *fs_p = svn_fs_new(fs_config, pool); in svn_test__fs_new()
77 apr_hash_t *fs_config = apr_hash_make(pool); in make_fs_config() local
81 svn_hash_sets(fs_config, SVN_FS_CONFIG_FS_TYPE, fs_type); in make_fs_config()
98 return fs_config; in make_fs_config()
113 fs_config = apr_hash_overlay(pool, overlay_fs_config, fs_config); in create_fs()
187 apr_hash_t *fs_config, in svn_test__create_fs2() argument
193 fs_config, pool)); in svn_test__create_fs2()
228 apr_hash_t *fs_config = make_fs_config(opts->fs_type, in svn_test__create_repos2() local
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/
H A Dsvn_test_fs.c56 apr_hash_t *fs_config = apr_hash_make(pool); in svn_test__fs_new() local
57 apr_hash_set(fs_config, SVN_FS_CONFIG_BDB_TXN_NOSYNC, in svn_test__fs_new()
60 *fs_p = svn_fs_new(fs_config, pool); in svn_test__fs_new()
77 apr_hash_t *fs_config = apr_hash_make(pool); in make_fs_config() local
81 svn_hash_sets(fs_config, SVN_FS_CONFIG_FS_TYPE, fs_type); in make_fs_config()
98 return fs_config; in make_fs_config()
113 fs_config = apr_hash_overlay(pool, overlay_fs_config, fs_config); in create_fs()
187 apr_hash_t *fs_config, in svn_test__create_fs2() argument
193 fs_config, pool)); in svn_test__create_fs2()
228 apr_hash_t *fs_config = make_fs_config(opts->fs_type, in svn_test__create_repos2() local
[all …]
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Drepositorydata.cpp164 apr_hash_t *fs_config = apr_hash_make(m_Pool); in CreateOpen() local
166 apr_hash_set(fs_config, SVN_FS_CONFIG_BDB_TXN_NOSYNC, in CreateOpen()
169 apr_hash_set(fs_config, SVN_FS_CONFIG_BDB_LOG_AUTOREMOVE, in CreateOpen()
172 apr_hash_set(fs_config, SVN_FS_CONFIG_FS_TYPE, in CreateOpen()
177 apr_hash_set(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE, in CreateOpen()
181 apr_hash_set(fs_config, SVN_FS_CONFIG_PRE_1_6_COMPATIBLE, in CreateOpen()
186 apr_hash_set(fs_config, SVN_FS_CONFIG_PRE_1_8_COMPATIBLE, in CreateOpen()
203 nullptr, nullptr, config, fs_config, m_Pool)); in CreateOpen()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c66 apr_hash_t *fs_config; in fuzzing_1_byte_1_rev() local
86 fs_config = apr_hash_make(pool); in fuzzing_1_byte_1_rev()
87 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_DELTAS, "1"); in fuzzing_1_byte_1_rev()
88 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_FULLTEXTS, "1"); in fuzzing_1_byte_1_rev()
89 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS, "1"); in fuzzing_1_byte_1_rev()
90 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_REVPROPS, "2"); in fuzzing_1_byte_1_rev()
91 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_BLOCK_READ, "0"); in fuzzing_1_byte_1_rev()
115 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS, in fuzzing_1_byte_1_rev()
117 SVN_ERR(svn_repos_open3(&repos, repo_name, fs_config, iterpool, iterpool)); in fuzzing_1_byte_1_rev()
H A Dfs-fs-pack-test.c124 apr_hash_t *fs_config; in create_non_packed_filesystem() local
135 fs_config = apr_hash_make(pool); in create_non_packed_filesystem()
1141 apr_hash_t *fs_config; in revprop_caching_on_off() local
1153 fs_config = apr_hash_make(pool); in revprop_caching_on_off()
1312 apr_hash_t *fs_config; in plain_0_length() local
1382 fs_config = apr_hash_make(pool); in plain_0_length()
1579 apr_hash_t *fs_config, *props; in delta_chain_with_plain() local
1659 fs_config = apr_hash_make(pool); in delta_chain_with_plain()
1686 apr_hash_t *fs_config; in compare_0_length_rep() local
1720 fs_config = apr_hash_make(pool); in compare_0_length_rep()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c66 apr_hash_t *fs_config; in fuzzing_1_byte_1_rev() local
86 fs_config = apr_hash_make(pool); in fuzzing_1_byte_1_rev()
87 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_DELTAS, "1"); in fuzzing_1_byte_1_rev()
88 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_FULLTEXTS, "1"); in fuzzing_1_byte_1_rev()
89 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS, "1"); in fuzzing_1_byte_1_rev()
90 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_REVPROPS, "2"); in fuzzing_1_byte_1_rev()
91 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_BLOCK_READ, "0"); in fuzzing_1_byte_1_rev()
115 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS, in fuzzing_1_byte_1_rev()
117 SVN_ERR(svn_repos_open3(&repos, repo_name, fs_config, iterpool, iterpool)); in fuzzing_1_byte_1_rev()
H A Dfs-fs-pack-test.c124 apr_hash_t *fs_config; in create_non_packed_filesystem() local
135 fs_config = apr_hash_make(pool); in create_non_packed_filesystem()
1141 apr_hash_t *fs_config; in revprop_caching_on_off() local
1153 fs_config = apr_hash_make(pool); in revprop_caching_on_off()
1312 apr_hash_t *fs_config; in plain_0_length() local
1382 fs_config = apr_hash_make(pool); in plain_0_length()
1579 apr_hash_t *fs_config, *props; in delta_chain_with_plain() local
1659 fs_config = apr_hash_make(pool); in delta_chain_with_plain()
1686 apr_hash_t *fs_config; in compare_0_length_rep() local
1720 fs_config = apr_hash_make(pool); in compare_0_length_rep()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c66 apr_hash_t *fs_config; in fuzzing_1_byte_1_rev() local
86 fs_config = apr_hash_make(pool); in fuzzing_1_byte_1_rev()
87 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_DELTAS, "1"); in fuzzing_1_byte_1_rev()
88 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_FULLTEXTS, "1"); in fuzzing_1_byte_1_rev()
89 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS, "1"); in fuzzing_1_byte_1_rev()
90 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_REVPROPS, "2"); in fuzzing_1_byte_1_rev()
91 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_BLOCK_READ, "0"); in fuzzing_1_byte_1_rev()
115 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS, in fuzzing_1_byte_1_rev()
117 SVN_ERR(svn_repos_open3(&repos, repo_name, fs_config, iterpool, iterpool)); in fuzzing_1_byte_1_rev()
H A Dfs-fs-pack-test.c124 apr_hash_t *fs_config; in create_non_packed_filesystem() local
135 fs_config = apr_hash_make(pool); in create_non_packed_filesystem()
1141 apr_hash_t *fs_config; in revprop_caching_on_off() local
1153 fs_config = apr_hash_make(pool); in revprop_caching_on_off()
1312 apr_hash_t *fs_config; in plain_0_length() local
1382 fs_config = apr_hash_make(pool); in plain_0_length()
1579 apr_hash_t *fs_config, *props; in delta_chain_with_plain() local
1659 fs_config = apr_hash_make(pool); in delta_chain_with_plain()
1686 apr_hash_t *fs_config; in compare_0_length_rep() local
1720 fs_config = apr_hash_make(pool); in compare_0_length_rep()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c66 apr_hash_t *fs_config; in txn_body_write_new_rep()
86 fs_config = apr_hash_make(pool); in txn_body_write_new_rep()
87 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_DELTAS, "1"); in txn_body_write_new_rep()
88 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_FULLTEXTS, "1"); in txn_body_write_new_rep()
89 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS, "1"); in txn_body_write_new_rep()
90 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_REVPROPS, "2"); in txn_body_write_new_rep()
91 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_BLOCK_READ, "0"); in txn_body_write_new_rep()
115 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS, in txn_body_write_new_rep()
117 SVN_ERR(svn_repos_open3(&repos, repo_name, fs_config, iterpool, iterpool)); in txn_body_write_new_rep()
H A Dfs-fs-pack-test.c124 apr_hash_t *fs_config; in create_non_packed_filesystem() local
135 fs_config = apr_hash_make(pool); in create_non_packed_filesystem()
1141 apr_hash_t *fs_config; in revprop_caching_on_off() local
1153 fs_config = apr_hash_make(pool); in revprop_caching_on_off()
1312 apr_hash_t *fs_config; in plain_0_length() local
1382 fs_config = apr_hash_make(pool); in plain_0_length()
1579 apr_hash_t *fs_config, *props; in delta_chain_with_plain() local
1659 fs_config = apr_hash_make(pool); in delta_chain_with_plain()
1686 apr_hash_t *fs_config; in compare_0_length_rep() local
1720 fs_config = apr_hash_make(pool); in compare_0_length_rep()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/
H A Dfs_config_test.cpp233 TEST(fs_config, vendor_dirs_alias) { in TEST() argument
237 TEST(fs_config, vendor_files_alias) { in TEST() argument
241 TEST(fs_config, oem_dirs_alias) { in TEST() argument
245 TEST(fs_config, oem_files_alias) { in TEST() argument
249 TEST(fs_config, odm_dirs_alias) { in TEST() argument
253 TEST(fs_config, odm_files_alias) { in TEST() argument
257 TEST(fs_config, system_alias) { in TEST() argument
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/tests/
H A Dfs_config.cpp222 TEST(fs_config, vendor_dirs_alias) { in TEST() argument
226 TEST(fs_config, vendor_files_alias) { in TEST() argument
230 TEST(fs_config, oem_dirs_alias) { in TEST() argument
234 TEST(fs_config, oem_files_alias) { in TEST() argument
238 TEST(fs_config, odm_dirs_alias) { in TEST() argument
242 TEST(fs_config, odm_files_alias) { in TEST() argument
246 TEST(fs_config, system_alias) { in TEST() argument
/dports/www/ilias6/ILIAS-6.14/Services/FileSystem/classes/Setup/
H A Dclass.ilFileSystemComponentDataDirectoryCreatedObjective.php97 $fs_config = $environment->getConfigFor("filesystem");
100 $data_dir = $fs_config->getDataDir();
104 $data_dir = $fs_config->getWebDir();
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Ddeprecated.c111 apr_hash_t *fs_config, in svn_fs_create() argument
114 return svn_fs_create2(fs_p, path, fs_config, pool, pool); in svn_fs_create()
120 apr_hash_t *fs_config, in svn_fs_open() argument
123 return svn_fs_open2(fs_p, path, fs_config, pool, pool); in svn_fs_open()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Ddeprecated.c111 apr_hash_t *fs_config, in svn_fs_create() argument
114 return svn_fs_create2(fs_p, path, fs_config, pool, pool); in svn_fs_create()
120 apr_hash_t *fs_config, in svn_fs_open() argument
123 return svn_fs_open2(fs_p, path, fs_config, pool, pool); in svn_fs_open()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs/
H A Ddeprecated.c111 apr_hash_t *fs_config, in svn_fs_create() argument
114 return svn_fs_create2(fs_p, path, fs_config, pool, pool); in svn_fs_create()
120 apr_hash_t *fs_config, in svn_fs_open() argument
123 return svn_fs_open2(fs_p, path, fs_config, pool, pool); in svn_fs_open()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Ddeprecated.c111 apr_hash_t *fs_config, in svn_fs_create() argument
114 return svn_fs_create2(fs_p, path, fs_config, pool, pool); in svn_fs_create()
120 apr_hash_t *fs_config, in svn_fs_open() argument
123 return svn_fs_open2(fs_p, path, fs_config, pool, pool); in svn_fs_open()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/ext4_utils/
H A Dtest_mkuserimg_mke2fs.py48 self.assertEqual("fs_config", args.fs_config)
82 self.assertEqual("fs_config", args.fs_config)
126 "e2fsdroid", "-T", args.timestamp, "-C", args.fs_config, "-p",
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Drepos.c1040 apr_hash_t *fs_config, in create_repos_structure() argument
1048 if (fs_config in create_repos_structure()
1049 && (svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE) in create_repos_structure()
1050 || svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE))) in create_repos_structure()
1136 apr_hash_t *fs_config, in svn_repos_create() argument
1176 SVN_ERR_W(create_repos_structure(repos, path, fs_config, scratch_pool), in svn_repos_create()
1183 if ((err = svn_fs_create2(&repos->fs, repos->db_path, fs_config, in svn_repos_create()
1289 apr_hash_t *fs_config, in get_repos() argument
1311 SVN_ERR(svn_fs_open2(&repos->fs, repos->db_path, fs_config, in get_repos()
1368 apr_hash_t *fs_config, in svn_repos_open3() argument
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Drepos.c1040 apr_hash_t *fs_config, in create_repos_structure() argument
1048 if (fs_config in create_repos_structure()
1049 && (svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE) in create_repos_structure()
1050 || svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE))) in create_repos_structure()
1136 apr_hash_t *fs_config, in svn_repos_create() argument
1176 SVN_ERR_W(create_repos_structure(repos, path, fs_config, scratch_pool), in svn_repos_create()
1183 if ((err = svn_fs_create2(&repos->fs, repos->db_path, fs_config, in svn_repos_create()
1289 apr_hash_t *fs_config, in get_repos() argument
1311 SVN_ERR(svn_fs_open2(&repos->fs, repos->db_path, fs_config, in get_repos()
1368 apr_hash_t *fs_config, in svn_repos_open3() argument
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_repos/
H A Drepos.c1040 apr_hash_t *fs_config, in create_repos_structure() argument
1048 if (fs_config in create_repos_structure()
1049 && (svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE) in create_repos_structure()
1050 || svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE))) in create_repos_structure()
1136 apr_hash_t *fs_config, in svn_repos_create() argument
1176 SVN_ERR_W(create_repos_structure(repos, path, fs_config, scratch_pool), in svn_repos_create()
1183 if ((err = svn_fs_create2(&repos->fs, repos->db_path, fs_config, in svn_repos_create()
1289 apr_hash_t *fs_config, in get_repos() argument
1311 SVN_ERR(svn_fs_open2(&repos->fs, repos->db_path, fs_config, in get_repos()
1368 apr_hash_t *fs_config, in svn_repos_open3() argument
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Drepos.c1040 apr_hash_t *fs_config, in create_repos_structure() argument
1048 if (fs_config in create_repos_structure()
1049 && (svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE) in create_repos_structure()
1050 || svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE))) in create_repos_structure()
1136 apr_hash_t *fs_config, in svn_repos_create() argument
1176 SVN_ERR_W(create_repos_structure(repos, path, fs_config, scratch_pool), in svn_repos_create()
1183 if ((err = svn_fs_create2(&repos->fs, repos->db_path, fs_config, in svn_repos_create()
1289 apr_hash_t *fs_config, in get_repos() argument
1311 SVN_ERR(svn_fs_open2(&repos->fs, repos->db_path, fs_config, in get_repos()
1368 apr_hash_t *fs_config, in svn_repos_open3() argument
[all …]

12345