Searched refs:acl_state (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | deref.c | 301 AccessControlState acl_state = ACL_STATE_INIT; in deref_response() local 319 NULL, ACL_READ, &acl_state ) ) in deref_response() 343 … &a->a_nvals[ i ], ACL_READ, &acl_state ) ) in deref_response() 365 … ACL_READ, &acl_state ) ) in deref_response() 383 … ACL_READ, &acl_state ) ) in deref_response()
|
| D | memberof.c | 658 AccessControlState acl_state = ACL_STATE_INIT; in memberof_op_add() local 667 &acl_state ); in memberof_op_add() 983 AccessControlState acl_state = ACL_STATE_INIT; in memberof_op_modify() local 994 &acl_state ); in memberof_op_modify() 1101 AccessControlState acl_state = ACL_STATE_INIT; in memberof_op_modify() local 1112 &acl_state ); in memberof_op_modify()
|
| D | dynlist.c | 156 AccessControlState acl_state = ACL_STATE_INIT; in dynlist_sc_update() local 243 ACL_READ, &acl_state ) ) in dynlist_sc_update() 274 &a->a_nvals[i], ACL_READ, &acl_state ) ) in dynlist_sc_update()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| D | allowed.c | 192 AccessControlState acl_state = ACL_STATE_INIT; in aa_operational() local 245 NULL, ACL_READ, &acl_state ) ) in aa_operational() 258 &oc->soc_cname, ACL_READ, &acl_state ) ) in aa_operational()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_acl.c | 146 acl->acl_state = 0; /* Not counting. */ in archive_acl_clear() 418 acl->acl_state = ARCHIVE_ENTRY_ACL_USER_OBJ; in archive_acl_reset() 420 acl->acl_state = 0; in archive_acl_reset() 442 if (acl->acl_state == 0) in archive_acl_next() 447 switch (acl->acl_state) { in archive_acl_next() 452 acl->acl_state = ARCHIVE_ENTRY_ACL_GROUP_OBJ; in archive_acl_next() 458 acl->acl_state = ARCHIVE_ENTRY_ACL_OTHER; in archive_acl_next() 464 acl->acl_state = -1; in archive_acl_next() 475 acl->acl_state = 0; in archive_acl_next()
|
| D | archive_acl_private.h | 48 int acl_state; /* See acl_next for details. */ member
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | result.c | 1035 AccessControlState acl_state = ACL_STATE_INIT; in slap_send_search_entry() local 1225 ACL_READ, &acl_state ) ) in slap_send_search_entry() 1250 desc, &a->a_nvals[i], ACL_READ, &acl_state ) ) in slap_send_search_entry() 1389 ACL_READ, &acl_state ) ) in slap_send_search_entry() 1415 desc, &a->a_vals[i], ACL_READ, &acl_state ) ) in slap_send_search_entry()
|
| D | passwd.c | 519 AccessControlState acl_state = ACL_STATE_INIT; in slap_passwd_check() local 534 ACL_AUTH, &acl_state ) == 0 ) in slap_passwd_check()
|
| D | backend.c | 1720 AccessControlState acl_state = ACL_STATE_INIT; in fe_acl_attribute() local 1752 access, &acl_state ) == 0 ) in fe_acl_attribute() 1791 access, &acl_state ) == 0 ) in fe_acl_attribute() 1806 &acl_state ) == 0 ) in fe_acl_attribute()
|
| D | acl.c | 161 AccessControlState acl_state = ACL_STATE_INIT; in slap_access_allowed() local 227 state = &acl_state; in slap_access_allowed()
|