Home
last modified time | relevance | path

Searched refs:is_ad_subtype (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A DmatchedValues.c153 if ( !is_ad_subtype( a->a_desc, ava->aa_desc ) ) { in test_ava_vrFilter()
224 if ( !is_ad_subtype( a->a_desc, desc ) ) continue; in test_presence_vrFilter()
246 if ( !is_ad_subtype( a->a_desc, vrf->vrf_sub_desc ) ) { in test_substrings_vrFilter()
285 if ( !is_ad_subtype( a->a_desc, mra->ma_desc ) ) { in test_mra_vrFilter()
H A Dattr.c656 if ( is_ad_subtype( a->a_desc, desc ) ) { in attrs_find()
H A Dfilterentry.c457 if ( !is_ad_subtype( ad, mra->ma_desc ) ) { in test_mra_filter()
H A Dad.c506 int is_ad_subtype( in is_ad_subtype() function
H A Dproto-slap.h140 LDAP_SLAPD_F (int) is_ad_subtype LDAP_P((
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c582 if ( !is_ad_subtype( a->a_desc, mo->mo_ad_member ) ) { in memberof_op_add()
870 if ( !is_ad_subtype( ml->sml_desc, mo->mo_ad_member ) ) { in memberof_op_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c2245 ret = is_ad_subtype( a2, a2 ); in slapi_attr_type_cmp()