Searched refs:fs_config (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c112 apr_hash_t *fs_config,
115 return svn_fs_create2(fs_p, path, fs_config, pool, pool);
121 apr_hash_t *fs_config,
124 return svn_fs_open2(fs_p, path, fs_config, pool, pool);
109 svn_fs_create(svn_fs_t **fs_p, const char *path, apr_hash_t *fs_config, apr_pool_t *pool) argument
118 svn_fs_open(svn_fs_t **fs_p, const char *path, apr_hash_t *fs_config, apr_pool_t *pool) argument
H A Dfs-loader.c498 fs_new(apr_hash_t *fs_config, apr_pool_t *pool)
505 fs->config = fs_config;
514 svn_fs_new(apr_hash_t *fs_config, apr_pool_t *pool)
516 return fs_new(fs_config, pool);
530 apr_hash_t *fs_config,
536 const char *fs_type = svn_hash__get_cstring(fs_config,
546 *fs_p = fs_new(fs_config, result_pool);
556 svn_fs_open2(svn_fs_t **fs_p, const char *path, apr_hash_t *fs_config,
563 *fs_p = fs_new(fs_config, result_pool);
602 apr_hash_t *fs_config,
495 fs_new(apr_hash_t *fs_config, apr_pool_t *pool) argument
511 svn_fs_new(apr_hash_t *fs_config, apr_pool_t *pool) argument
525 svn_fs_create2(svn_fs_t **fs_p, const char *path, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
553 svn_fs_open2(svn_fs_t **fs_p, const char *path, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
598 svn_fs_verify(const char *path, apr_hash_t *fs_config, svn_revnum_t start, svn_revnum_t end, svn_fs_progress_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h133 apr_hash_t *fs_config;
132 apr_hash_t *fs_config; member in struct:serve_params_t
H A Dsvnserve.c770 params.fs_config = NULL;
1042 params.fs_config = apr_hash_make(pool);
1043 svn_hash_sets(params.fs_config, SVN_FS_CONFIG_FSFS_CACHE_DELTAS,
1045 svn_hash_sets(params.fs_config, SVN_FS_CONFIG_FSFS_CACHE_FULLTEXTS,
1047 svn_hash_sets(params.fs_config, SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS,
1049 svn_hash_sets(params.fs_config, SVN_FS_CONFIG_FSFS_CACHE_REVPROPS,
1051 svn_hash_sets(params.fs_config, SVN_FS_CONFIG_FSFS_BLOCK_READ,
H A Dserve.c3890 apr_hash_t *fs_config,
3936 fs_config, result_pool, scratch_pool));
4340 params->fs_config,
3882 find_repos(const char *url, const char *root, svn_boolean_t vhost, svn_boolean_t read_only, svn_config_t *cfg, repository_t *repository, svn_repos__config_pool_t *config_pool, apr_hash_t *fs_config, svn_repos_authz_warning_func_t authz_warning_func, void *authz_warning_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1041 apr_hash_t *fs_config,
1049 if (fs_config
1050 && (svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE)
1051 || svn_hash_gets(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE)))
1137 apr_hash_t *fs_config,
1151 repos->fs_type = svn_hash__get_cstring(fs_config, SVN_FS_CONFIG_FS_TYPE,
1153 if (svn_hash__get_bool(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE, FALSE))
1177 SVN_ERR_W(create_repos_structure(repos, path, fs_config, scratch_pool),
1184 if ((err = svn_fs_create2(&repos->fs, repos->db_path, fs_config,
1290 apr_hash_t *fs_config,
1038 create_repos_structure(svn_repos_t *repos, const char *path, apr_hash_t *fs_config, apr_pool_t *pool) argument
1131 svn_repos_create(svn_repos_t **repos_p, const char *path, const char *unused_1, const char *unused_2, apr_hash_t *config, apr_hash_t *fs_config, apr_pool_t *result_pool) argument
1284 get_repos(svn_repos_t **repos_p, const char *path, svn_boolean_t exclusive, svn_boolean_t nonblocking, svn_boolean_t open_fs, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1366 svn_repos_open3(svn_repos_t **repos_p, const char *path, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Ddeprecated.c149 apr_hash_t *fs_config,
152 return svn_repos_open3(repos_p, path, fs_config, pool, pool);
146 svn_repos_open2(svn_repos_t **repos_p, const char *path, apr_hash_t *fs_config, apr_pool_t *pool) argument
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c44 const char *fs_config; /* flowset config */ member in struct:cfg_s
330 if (c->fs_config)
332 c->fs_config, fs);
333 c->fs_config = fs;
335 s = c->fs_config ? strdup(c->fs_config) : NULL;
636 c.fs_config ? c.fs_config : msg);
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c696 apr_hash_t *fs_config = apr_hash_make(pool);
697 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_DELTAS, "1");
698 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_FULLTEXTS, "1");
699 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS, "1");
700 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_REVPROPS, "2");
701 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS,
703 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_BLOCK_READ,
705 svn_hash_sets(fs_config, SVN_FS_CONFIG_NO_FLUSH_TO_DISK,
709 SVN_ERR(svn_repos_open3(repos, path, fs_config, pool, pool));
853 apr_hash_t *fs_config
694 apr_hash_t *fs_config = apr_hash_make(pool); local
851 apr_hash_t *fs_config = apr_hash_make(pool); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h291 * currently exist, but its parent must exist. If @a fs_config is not
293 * filesystem. The interpretation of @a fs_config is specific to the
299 * @note The lifetime of @a fs_config must not be shorter than @a
300 * result_pool's. It's a good idea to allocate @a fs_config from
303 * If @a fs_config contains a value for #SVN_FS_CONFIG_FS_TYPE, that
311 * If @a fs_config is @c NULL or does not contain a value for
322 apr_hash_t *fs_config,
336 apr_hash_t *fs_config,
341 * return a pointer to it in @a *fs_p. If @a fs_config is not @c
343 * filesystem. The interpretation of @a fs_config i
[all...]
H A Dsvn_repos.h434 * lock is present, this blocks until it's gone. @a fs_config will be
444 apr_hash_t *fs_config,
457 apr_hash_t *fs_config,
460 /** Similar to svn_repos_open2() with @a fs_config set to NULL.
477 * @a fs_config is passed to the filesystem, and may be NULL.
487 apr_hash_t *fs_config,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c3374 apr_hash_t *fs_config;
3381 fs_config = apr_hash_make(scratch_pool);
3382 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS,
3385 fs_config,
3373 apr_hash_t *fs_config; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c3466 apr_hash_t *fs_config;
3473 fs_config = apr_hash_make(pool);
3474 svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_CACHE_NS,
3477 fs_config,
3465 apr_hash_t *fs_config; local

Completed in 323 milliseconds