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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daclparse.c1566 if ( !BER_BVISEMPTY( &b->a_sockurl_pat ) ) {
1579 b->a_sockurl_pat = bv;
1582 ber_str2bv( right, 0, 1, &b->a_sockurl_pat );
2383 if ( !BER_BVISNULL( &a->a_sockurl_pat ) ) {
2384 free( a->a_sockurl_pat.bv_val );
2688 if ( !BER_BVISEMPTY( &b->a_sockurl_pat ) ) {
2693 ptr = acl_safe_strbvcopy( ptr, &b->a_sockurl_pat );
H A Dacl.c1245 if ( !BER_BVISEMPTY( &b->a_sockurl_pat ) ) {
1249 Debug( LDAP_DEBUG_ACL, "<= check a_sockurl_pat: %s\n",
1250 b->a_sockurl_pat.bv_val, 0, 0 );
1252 if ( !ber_bvccmp( &b->a_sockurl_pat, '*' ) ) {
1254 if ( !regex_matches( &b->a_sockurl_pat, op->o_conn->c_listener_url.bv_val,
1266 if ( acl_string_expand( &bv, &b->a_sockurl_pat, &e->e_nname, val, matches ) )
1277 if ( ber_bvstrcasecmp( &b->a_sockurl_pat, &op->o_conn->c_listener_url ) != 0 )
H A Dslap.h1527 struct berval a_sockurl_pat; member in struct:Access

Completed in 67 milliseconds