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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dacl.c1028 const char *attr = bdn->a_at->ad_cname.bv_val;
1040 for ( at = attrs_find( e->e_attrs, bdn->a_at );
1042 at = attrs_find( at->a_next, bdn->a_at ) )
1066 rc = value_match( &match, bdn->a_at,
1067 bdn->a_at->ad_type->sat_equality, 0,
1088 rc = value_match( &match, bdn->a_at,
1089 bdn->a_at->ad_type->sat_equality, 0,
H A Daclparse.c1054 if( bdn->a_at != NULL ) {
1061 rc = slap_str2ad( right, &bdn->a_at, &text );
1076 if( !is_at_syntax( bdn->a_at->ad_type,
1078 !is_at_syntax( bdn->a_at->ad_type,
1087 bdn->a_at->ad_type->sat_syntax_oid );
1094 if( bdn->a_at->ad_type->sat_equality == NULL ) {
H A Dslap.h1375 AttributeDescription *a_at; member in struct:slap_dn_access
1467 #define a_dn_at a_dn.a_at
1473 #define a_realdn_at a_realdn.a_at

Completed in 95 milliseconds