Searched refs:repos_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dmod_authz_svn.h48 * Uses @a r @a repos_path and @a repos_name to determine if the user
55 const char *repos_name);
H A Dsvn_repos.h3244 * repos_name with the @a required_access. @a authz lists the ACLs to
3253 * For compatibility with 1.6, and earlier, @a repos_name can be NULL
3254 * in which case it is equivalent to a @a repos_name of "".
3256 * @note Presently, @a repos_name must byte-for-byte match the repos_name
3264 const char *repos_name,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c344 authz_get_path_access(svn_config_t *cfg, const char *repos_name,
357 qualified_path = apr_pstrcat(pool, repos_name, ":", path, (char *)NULL);
388 authz_get_tree_access(svn_config_t *cfg, const char *repos_name,
399 baton.qualified_repos_path = apr_pstrcat(pool, repos_name,
446 authz_get_any_access(svn_config_t *cfg, const char *repos_name,
458 baton.qualified_repos_path = apr_pstrcat(pool, repos_name,
461 /* We could have used svn_config_enumerate2 for "repos_name:/".
1027 svn_repos_authz_check_access(svn_authz_t *authz, const char *repos_name,
1035 if (!repos_name)
1036 repos_name
341 authz_get_path_access(svn_config_t *cfg, const char *repos_name, const char *path, const char *user, svn_repos_authz_access_t required_access, svn_boolean_t *access_granted, apr_pool_t *pool) argument
385 authz_get_tree_access(svn_config_t *cfg, const char *repos_name, const char *path, const char *user, svn_repos_authz_access_t required_access, apr_pool_t *pool) argument
443 authz_get_any_access(svn_config_t *cfg, const char *repos_name, const char *user, svn_repos_authz_access_t required_access, apr_pool_t *pool) argument
1022 svn_repos_authz_check_access(svn_authz_t *authz, const char *repos_name, const char *path, const char *user, svn_repos_authz_access_t required_access, svn_boolean_t *access_granted, apr_pool_t *pool) argument
[all...]
H A Dcommit.c80 const char *repos_name;
995 eb->repos_name = svn_dirent_basename(svn_repos_path(repos, subpool),
79 const char *repos_name; member in struct:edit_baton
/freebsd-10.2-release/contrib/subversion/subversion/svnserve/
H A Dserver.h44 const char *repos_name; /* URI-encoded name of repository (not for authz) */
43 const char *repos_name; /* URI-encoded name of repository (not for authz) */ member in struct:server_baton_t
H A Dserve.c171 server->user, server->repos_name, pool);
225 (b->user ? b->user : "-"), b->repos_name, log);
255 b->repos_name,
3296 b->repos_name = svn_dirent_basename(repos_root, pool);
3298 b->repos_name = b->authz_repos_name;
3299 b->repos_name = svn_path_uri_encode(b->repos_name, pool);

Completed in 120 milliseconds