Home
last modified time | relevance | path

Searched refs:acl_state (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dderef.c301 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()
Dmemberof.c658 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()
Ddynlist.c156 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/
Dallowed.c192 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/
Darchive_acl.c146 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()
Darchive_acl_private.h48 int acl_state; /* See acl_next for details. */ member
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dresult.c1035 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()
Dpasswd.c519 AccessControlState acl_state = ACL_STATE_INIT; in slap_passwd_check() local
534 ACL_AUTH, &acl_state ) == 0 ) in slap_passwd_check()
Dbackend.c1720 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()
Dacl.c161 AccessControlState acl_state = ACL_STATE_INIT; in slap_access_allowed() local
227 state = &acl_state; in slap_access_allowed()