HomeSort by: relevance | last modified time | path
    Searched defs:amatches (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
gssacl.c 171 AclRegexMatches amatches = { 0 }; local
192 amatches.dn_count = nmatch;
193 AC_MEMCPY( amatches.dn_data, matches, sizeof( amatches.dn_data ) );
200 &target->e_nname, val, &amatches );
211 &amatches ) == 0 ) &&
posixgroup.c 212 AclRegexMatches amatches = { 0 }; local
214 amatches.dn_count = nmatch;
215 AC_MEMCPY( amatches.dn_data, matches, sizeof( amatches.dn_data ) );
222 NULL, &amatches ) )
gssacl.c 171 AclRegexMatches amatches = { 0 }; local
192 amatches.dn_count = nmatch;
193 AC_MEMCPY( amatches.dn_data, matches, sizeof( amatches.dn_data ) );
200 &target->e_nname, val, &amatches );
211 &amatches ) == 0 ) &&
posixgroup.c 212 AclRegexMatches amatches = { 0 }; local
214 amatches.dn_count = nmatch;
215 AC_MEMCPY( amatches.dn_data, matches, sizeof( amatches.dn_data ) );
222 NULL, &amatches ) )
  /src/external/bsd/openldap/dist/servers/slapd/
aci.c 408 AclRegexMatches amatches = { 0 }; local
410 amatches.dn_count = nmatch;
411 AC_MEMCPY( amatches.dn_data, matches, sizeof( amatches.dn_data ) );
416 &e->e_nname, NULL, &amatches ) )
aci.c 408 AclRegexMatches amatches = { 0 }; local
410 amatches.dn_count = nmatch;
411 AC_MEMCPY( amatches.dn_data, matches, sizeof( amatches.dn_data ) );
416 &e->e_nname, NULL, &amatches ) )

Completed in 81 milliseconds