Searched refs:acl_state (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry_private.h172 int acl_state; /* See acl_next for details. */ member in struct:archive_entry
H A Darchive_entry.c1194 entry->acl_state = 0; /* Not counting. */
1367 entry->acl_state = ARCHIVE_ENTRY_ACL_USER_OBJ;
1369 entry->acl_state = 0;
1387 * The acl_state is either zero (no entries available), -1
1391 if (entry->acl_state == 0)
1396 switch (entry->acl_state) {
1401 entry->acl_state = ARCHIVE_ENTRY_ACL_GROUP_OBJ;
1407 entry->acl_state = ARCHIVE_ENTRY_ACL_OTHER;
1413 entry->acl_state = -1;
1424 entry->acl_state
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dderef.c294 AccessControlState acl_state = ACL_STATE_INIT; local
312 NULL, ACL_READ, &acl_state ) )
336 &a->a_nvals[ i ], ACL_READ, &acl_state ) )
358 ACL_READ, &acl_state ) )
376 ACL_READ, &acl_state ) )
H A Dmemberof.c631 AccessControlState acl_state = ACL_STATE_INIT; local
640 &acl_state );
950 AccessControlState acl_state = ACL_STATE_INIT; local
961 &acl_state );
1065 AccessControlState acl_state = ACL_STATE_INIT; local
1076 &acl_state );
H A Ddynlist.c166 AccessControlState acl_state = ACL_STATE_INIT; local
253 ACL_READ, &acl_state ) )
284 &a->a_nvals[i], ACL_READ, &acl_state ) )
H A Dodusers.c1207 AccessControlState acl_state = ACL_STATE_INIT; local
1445 userrs.sr_err = access_allowed(op, authe, slap_schema.si_ad_entry, &op->o_req_ndn, ACL_WRITE, &acl_state);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c175 AccessControlState acl_state = ACL_STATE_INIT; local
228 NULL, ACL_READ, &acl_state ) )
241 &oc->soc_cname, ACL_READ, &acl_state ) )
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dpasswd.c649 AccessControlState acl_state = ACL_STATE_INIT; local
664 ACL_AUTH, &acl_state ) == 0 )
H A Dresult.c964 AccessControlState acl_state = ACL_STATE_INIT; local
1154 ACL_READ, &acl_state ) )
1179 desc, &a->a_nvals[i], ACL_READ, &acl_state ) )
1318 ACL_READ, &acl_state ) )
1344 desc, &a->a_vals[i], ACL_READ, &acl_state ) )
H A Dbackend.c1638 AccessControlState acl_state = ACL_STATE_INIT; local
1670 access, &acl_state ) == 0 )
1709 access, &acl_state ) == 0 )
1724 &acl_state ) == 0 )
H A Dacl.c156 AccessControlState acl_state = ACL_STATE_INIT; local
222 state = &acl_state;

Completed in 144 milliseconds