Searched refs:repos_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1132 svn_repos_create(svn_repos_t **repos_p,
1208 *repos_p = repos;
1285 get_repos(svn_repos_t **repos_p,
1332 *repos_p = repos;
1367 svn_repos_open3(svn_repos_t **repos_p,
1376 return get_repos(repos_p, path, FALSE, FALSE, TRUE, fs_config,
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
H A Ddeprecated.c147 svn_repos_open2(svn_repos_t **repos_p,
152 return svn_repos_open3(repos_p, path, fs_config, pool, pool);
156 svn_repos_open(svn_repos_t **repos_p,
160 return svn_repos_open2(repos_p, path, NULL, pool);
146 svn_repos_open2(svn_repos_t **repos_p, const char *path, apr_hash_t *fs_config, apr_pool_t *pool) argument
155 svn_repos_open(svn_repos_t **repos_p, const char *path, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h427 /** Set @a *repos_p to a repository object for the repository at @a path.
429 * Allocate @a *repos_p in @a result_pool.
433 * returns error, with undefined effect on @a *repos_p. If an exclusive
442 svn_repos_open3(svn_repos_t **repos_p,
455 svn_repos_open2(svn_repos_t **repos_p,
466 svn_repos_open(svn_repos_t **repos_p,
472 * Return the repository object in @a *repos_p, allocated in @a pool.
482 svn_repos_create(svn_repos_t **repos_p,

Completed in 127 milliseconds