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

/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h58 const char *authz_repos_name; /* The name of the repository for authz */
57 const char *authz_repos_name; /* The name of the repository for authz */ member in struct:repository_t
H A Dserve.c484 repository->authz_repos_name,
3947 repository->authz_repos_name = svn_dirent_is_child(canonical_root,
3950 if (repository->authz_repos_name == NULL)
3954 repository->repos_name = repository->authz_repos_name;
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h139 const char *authz_repos_name,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c149 const char *authz_repos_name;
1101 SVN_ERR(svn_repos_authz_check_access(eb->authz, eb->authz_repos_name, fspath,
1382 const char *authz_repos_name,
1422 eb->authz_repos_name = authz_repos_name;
148 const char *authz_repos_name; member in struct:ev2_baton
1375 svn_repos__get_commit_ev2(svn_editor_t **editor, svn_repos_t *repos, svn_authz_t *authz, const char *authz_repos_name, const char *authz_user, apr_hash_t *revprops, svn_commit_callback2_t commit_cb, void *commit_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument

Completed in 126 milliseconds