HomeSort by: relevance | last modified time | path
    Searched refs:acl_state (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_acl_private.h 48 int acl_state; /* See acl_next for details. */ member in struct:archive_acl
archive_acl.c 146 acl->acl_state = 0; /* Not counting. */
431 acl->acl_state = ARCHIVE_ENTRY_ACL_USER_OBJ;
433 acl->acl_state = 0;
451 * The acl_state is either zero (no entries available), -1
455 if (acl->acl_state == 0)
460 switch (acl->acl_state) {
465 acl->acl_state = ARCHIVE_ENTRY_ACL_GROUP_OBJ;
471 acl->acl_state = ARCHIVE_ENTRY_ACL_OTHER;
477 acl->acl_state = -1;
488 acl->acl_state = 0
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
allowed.c 192 AccessControlState acl_state = ACL_STATE_INIT; local
245 NULL, ACL_READ, &acl_state ) )
258 &oc->soc_cname, ACL_READ, &acl_state ) )
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
deref.c 301 AccessControlState acl_state = ACL_STATE_INIT; local
319 NULL, ACL_READ, &acl_state ) )
343 &a->a_nvals[ i ], ACL_READ, &acl_state ) )
365 ACL_READ, &acl_state ) )
383 ACL_READ, &acl_state ) )
memberof.c 751 AccessControlState acl_state = ACL_STATE_INIT; local
760 &acl_state );
1076 AccessControlState acl_state = ACL_STATE_INIT; local
1087 &acl_state );
1194 AccessControlState acl_state = ACL_STATE_INIT; local
1205 &acl_state );
dynlist.c 275 AccessControlState acl_state = ACL_STATE_INIT; local
362 ACL_READ, &acl_state ) )
393 &a->a_nvals[i], ACL_READ, &acl_state ) )
  /src/external/bsd/openldap/dist/servers/slapd/
passwd.c 521 AccessControlState acl_state = ACL_STATE_INIT; local
536 ACL_AUTH, &acl_state ) == 0 )
result.c 1041 AccessControlState acl_state = ACL_STATE_INIT; local
1231 ACL_READ, &acl_state ) )
1256 desc, &a->a_nvals[i], ACL_READ, &acl_state ) )
1395 ACL_READ, &acl_state ) )
1421 desc, &a->a_vals[i], ACL_READ, &acl_state ) )
backend.c 1716 AccessControlState acl_state = ACL_STATE_INIT; local
1748 access, &acl_state ) == 0 )
1787 access, &acl_state ) == 0 )
1802 &acl_state ) == 0 )
acl.c 161 AccessControlState acl_state = ACL_STATE_INIT; local
227 state = &acl_state;

Completed in 36 milliseconds