Home
last modified time | relevance | path

Searched refs:AUTHZ_ANY_REPOSITORY (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDauthz_info.c40 return (0 == strcmp(acl->rule.repos, AUTHZ_ANY_REPOSITORY)) in svn_authz__acl_applies_to_repo()
116 if (0 == strcmp(repos, AUTHZ_ANY_REPOSITORY)) in resolve_global_rights()
HDauthz.h343 #define AUTHZ_ANY_REPOSITORY ((const char*)"") macro
HDauthz.c914 AUTHZ_ANY_REPOSITORY)); in create_user_authz()
917 AUTHZ_ANY_REPOSITORY)); in create_user_authz()
1710 (repos_name ? repos_name : AUTHZ_ANY_REPOSITORY), in svn_repos_authz_check_access()
HDauthz_parse.c1251 if (0 == strcmp(repos, AUTHZ_ANY_REPOSITORY)) in update_global_rights()
1437 && 0 == strcmp(defacl->acl.rule.repos, AUTHZ_ANY_REPOSITORY)); in svn_authz__parse()