Searched refs:f_sub_desc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dfilter.c673 fstr->bv_len = f->f_sub_desc->ad_cname.bv_len +
681 f->f_sub_desc->ad_cname.bv_val );
903 if ( f->f_sub_desc->ad_flags & SLAP_DESC_TEMPORARY )
904 n->f_sub_desc = slap_bv2tmp_ad( &f->f_sub_desc->ad_cname, memctx );
906 n->f_sub_desc = f->f_sub_desc;
930 if ( f->f_mr_desc && ( f->f_sub_desc->ad_flags & SLAP_DESC_TEMPORARY ))
H A Dfilterentry.c941 f->f_sub_desc, NULL, ACL_SEARCH, NULL ) )
948 for(a = attrs_find( e->e_attrs, f->f_sub_desc );
950 a = attrs_find( a->a_next, f->f_sub_desc ) )
955 if (( f->f_sub_desc != a->a_desc ) && !access_allowed( op,
H A Dslap.h1084 #define f_sub_desc f_un.f_un_ssa->sa_desc macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c439 if ( f->f_sub_desc->ad_type->sat_substr &&
440 SLAP_MR_ASSOCIATED( f->f_sub_desc->ad_type->sat_substr,
447 if ( f->f_sub_desc->ad_type->sat_substr &&
448 SLAP_MR_ASSOCIATED( f->f_sub_desc->ad_type->sat_substr,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c1597 *type = f->f_sub_desc->ad_cname.bv_val;
1633 adp = &f->f_sub_desc;
1669 *type = f->f_sub_desc->ad_cname.bv_val;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dmap.c443 if ( map_attr_value( dc, f->f_sub_desc, &atmp,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drwmmap.c623 ad = f->f_sub_desc;
H A Dpcache.c1921 ad = f->f_sub_desc;

Completed in 240 milliseconds