Home
last modified time | relevance | path

Searched refs:global_rights (Results 1 – 13 of 13) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dauthz_info.c113 const authz_global_rights_t *global_rights, in resolve_global_rights() argument
119 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
126 svn_hash_gets(global_rights->per_repos_rights, repos); in resolve_global_rights()
130 combine_rights(rights_p, rights, &global_rights->any_repos_rights); in resolve_global_rights()
137 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
H A Dauthz.c1414 authz_rights_t global_rights; member
1483 svn_authz__get_global_rights(&authz->filtered->global_rights, in get_user_rules()
1718 if ((rules->global_rights.min_access & required) == required) in svn_repos_authz_check_access()
1724 if ((rules->global_rights.max_access & required) != required) in svn_repos_authz_check_access()
1734 ((rules->global_rights.max_access & required) == required); in svn_repos_authz_check_access()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dauthz_info.c113 const authz_global_rights_t *global_rights, in resolve_global_rights() argument
119 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
126 svn_hash_gets(global_rights->per_repos_rights, repos); in resolve_global_rights()
130 combine_rights(rights_p, rights, &global_rights->any_repos_rights); in resolve_global_rights()
137 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
H A Dauthz.c1414 authz_rights_t global_rights; member
1483 svn_authz__get_global_rights(&authz->filtered->global_rights, in get_user_rules()
1718 if ((rules->global_rights.min_access & required) == required) in svn_repos_authz_check_access()
1724 if ((rules->global_rights.max_access & required) != required) in svn_repos_authz_check_access()
1734 ((rules->global_rights.max_access & required) == required); in svn_repos_authz_check_access()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_repos/
H A Dauthz_info.c113 const authz_global_rights_t *global_rights, in resolve_global_rights() argument
119 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
126 svn_hash_gets(global_rights->per_repos_rights, repos); in resolve_global_rights()
130 combine_rights(rights_p, rights, &global_rights->any_repos_rights); in resolve_global_rights()
137 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
H A Dauthz.c1414 authz_rights_t global_rights; member
1483 svn_authz__get_global_rights(&authz->filtered->global_rights, in get_user_rules()
1718 if ((rules->global_rights.min_access & required) == required) in svn_repos_authz_check_access()
1724 if ((rules->global_rights.max_access & required) != required) in svn_repos_authz_check_access()
1734 ((rules->global_rights.max_access & required) == required); in svn_repos_authz_check_access()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dauthz_info.c113 const authz_global_rights_t *global_rights, in resolve_global_rights() argument
119 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
126 svn_hash_gets(global_rights->per_repos_rights, repos); in resolve_global_rights()
130 combine_rights(rights_p, rights, &global_rights->any_repos_rights); in resolve_global_rights()
137 *rights_p = global_rights->any_repos_rights; in resolve_global_rights()
H A Dauthz.c1414 authz_rights_t global_rights; member
1483 svn_authz__get_global_rights(&authz->filtered->global_rights, in get_user_rules()
1718 if ((rules->global_rights.min_access & required) == required) in svn_repos_authz_check_access()
1724 if ((rules->global_rights.max_access & required) != required) in svn_repos_authz_check_access()
1734 ((rules->global_rights.max_access & required) == required); in svn_repos_authz_check_access()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-global-file.c217 struct acl_global_rights *global_rights; in acl_global_file_get() local
221 array_foreach_modifiable(&file->rights, global_rights) { in acl_global_file_get()
222 if (!wildcard_match(vname, global_rights->vpattern)) in acl_global_file_get()
226 vname, global_rights->vpattern); in acl_global_file_get()
228 array_foreach(&global_rights->rights, rights) { in acl_global_file_get()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz-test.c199 authz_rights_t global_rights; in test_authz_parse() local
219 global_explicit = svn_authz__get_global_rights(&global_rights, authz, in test_authz_parse()
222 access_string(global_rights.min_access), in test_authz_parse()
223 access_string(global_rights.max_access), in test_authz_parse()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz-test.c199 authz_rights_t global_rights; in test_authz_parse() local
219 global_explicit = svn_authz__get_global_rights(&global_rights, authz, in test_authz_parse()
222 access_string(global_rights.min_access), in test_authz_parse()
223 access_string(global_rights.max_access), in test_authz_parse()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz-test.c199 authz_rights_t global_rights; in test_authz_parse() local
219 global_explicit = svn_authz__get_global_rights(&global_rights, authz, in test_authz_parse()
222 access_string(global_rights.min_access), in test_authz_parse()
223 access_string(global_rights.max_access), in test_authz_parse()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz-test.c199 authz_rights_t global_rights; in test_authz_parse() local
219 global_explicit = svn_authz__get_global_rights(&global_rights, authz, in test_authz_parse()
222 access_string(global_rights.min_access), in test_authz_parse()
223 access_string(global_rights.max_access), in test_authz_parse()