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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daclparse.c1519 if ( !BER_BVISEMPTY( &b->a_domain_pat ) ) {
1533 b->a_domain_pat = bv;
1536 ber_str2bv( right, 0, 1, &b->a_domain_pat );
2380 if ( !BER_BVISNULL( &a->a_domain_pat ) ) {
2381 free( a->a_domain_pat.bv_val );
2677 if ( !BER_BVISEMPTY( &b->a_domain_pat ) ) {
2685 ptr = acl_safe_strbvcopy( ptr, &b->a_domain_pat );
H A Dacl.c1285 if ( !BER_BVISEMPTY( &b->a_domain_pat ) ) {
1289 Debug( LDAP_DEBUG_ACL, "<= check a_domain_pat: %s\n",
1290 b->a_domain_pat.bv_val, 0, 0 );
1291 if ( !ber_bvccmp( &b->a_domain_pat, '*' ) ) {
1293 if ( !regex_matches( &b->a_domain_pat, op->o_conn->c_peer_domain.bv_val,
1302 struct berval pat = b->a_domain_pat;
1310 if ( acl_string_expand(&bv, &b->a_domain_pat, &e->e_nname, val, matches) )
H A Dslap.h1523 struct berval a_domain_pat; member in struct:Access

Completed in 221 milliseconds