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

  /src/external/bsd/openldap/dist/servers/slapd/
aclparse.c 1097 if ( !BER_BVISEMPTY( &b->a_group_pat ) ) {
1120 b->a_group_pat = bv;
1125 &b->a_group_pat, NULL );
2308 if ( !BER_BVISNULL( &a->a_group_pat ) ) {
2309 free( a->a_group_pat.bv_val );
2564 if ( !BER_BVISEMPTY( &b->a_group_pat ) ) {
2574 ptr = acl_safe_strbvcopy( ptr, &b->a_group_pat );
acl.c 1560 if ( !BER_BVISEMPTY( &b->a_group_pat ) ) {
1569 Debug( LDAP_DEBUG_ACL, "<= check a_group_pat: %s\n",
1570 b->a_group_pat.bv_val );
1628 if ( acl_string_expand( &bv, &b->a_group_pat,
1645 bv = b->a_group_pat;
slap.h 1533 struct berval a_group_pat; member in struct:Access

Completed in 58 milliseconds