Searched refs:a_group_pat (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Daclparse.c1145 if ( !BER_BVISEMPTY( &b->a_group_pat ) ) {
1167 b->a_group_pat = bv;
1172 &b->a_group_pat, NULL );
2389 if ( !BER_BVISNULL( &a->a_group_pat ) ) {
2390 free( a->a_group_pat.bv_val );
2645 if ( !BER_BVISEMPTY( &b->a_group_pat ) ) {
2655 ptr = acl_safe_strbvcopy( ptr, &b->a_group_pat );
H A Dacl.c1555 if ( !BER_BVISEMPTY( &b->a_group_pat ) ) {
1564 Debug( LDAP_DEBUG_ACL, "<= check a_group_pat: %s\n",
1565 b->a_group_pat.bv_val, 0, 0 );
1623 if ( acl_string_expand( &bv, &b->a_group_pat,
1640 bv = b->a_group_pat;
H A Dslap.h1537 struct berval a_group_pat; member in struct:Access

Completed in 130 milliseconds