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

/freebsd-11-stable/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.h4295 * repos_name with the @a required_access. @a authz lists the ACLs to
4304 * For compatibility with 1.6, and earlier, @a repos_name can be NULL
4305 * in which case it is equivalent to a @a repos_name of "".
4307 * @note Presently, @a repos_name must byte-for-byte match the repos_name
4315 const char *repos_name,
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dlogger.c117 repos = repository && repository->repos_name
118 ? repository->repos_name
H A Dserver.h52 const char *repos_name; /* URI-encoded name of repository (not for authz) */
51 const char *repos_name; /* URI-encoded name of repository (not for authz) */ member in struct:repository_t
H A Dserve.c178 b->repository->repos_name, log);
207 b->repository->repos_name,
3951 repository->repos_name = svn_dirent_basename(repository->repos_root,
3954 repository->repos_name = repository->authz_repos_name;
3955 repository->repos_name = svn_path_uri_encode(repository->repos_name,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c197 construct_filtered_key(const char *repos_name,
203 size_t repos_len = strlen(repos_name);
211 memcpy(result->data, repos_name, repos_len + 1);
1439 const char *repos_name,
1452 return strcmp(repos_name, authz->repository) == 0;
1461 const char *repos_name,
1470 if (matches_filtered_tree(authz->filtered, repos_name, user))
1484 authz->filtered->repository = apr_pstrdup(pool, repos_name);
1490 authz->full, user, repos_name);
1503 const char *repos_name
194 construct_filtered_key(const char *repos_name, const char *user, const svn_membuf_t *authz_id, apr_pool_t *result_pool) argument
1432 matches_filtered_tree(const authz_user_rules_t *authz, const char *repos_name, const char *user) argument
1454 get_user_rules(svn_authz_t *authz, const char *repos_name, const char *user) argument
1497 const char *repos_name = authz->filtered->repository; local
1697 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;
1061 eb->repos_name = svn_dirent_basename(svn_repos_path(repos, subpool),
79 const char *repos_name; member in struct:edit_baton

Completed in 214 milliseconds