Searched refs:MatchingRule (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dcomponent.h63 MatchingRule* aa_mr;
68 MatchingRule* mra_aliasing_attr;
69 MatchingRule* mra_aliased_attr;
72 MatchingRule* mra_mr;
H A Dmr.c29 MatchingRule *mir_mr;
33 static LDAP_SLIST_HEAD(MRList, MatchingRule) mr_list
64 MatchingRule *
74 MatchingRule *
88 MatchingRule *m;
102 MatchingRule *smr,
151 MatchingRule *mr )
197 MatchingRule *mr = mr_find( mrs[ r ] );
213 MatchingRule *amr,
217 MatchingRule *sm
[all...]
H A Dslap.h335 typedef struct MatchingRule MatchingRule; typedef in typeref:struct:MatchingRule
485 MatchingRule *mr,
495 MatchingRule *mr,
504 MatchingRule *mr,
515 MatchingRule *mr,
521 struct MatchingRule { struct
638 MatchingRule *smr_associated;
643 LDAP_SLIST_ENTRY(MatchingRule) smr_next;
655 MatchingRule *smru_m
[all...]
H A Dschema_init.c556 MatchingRule *mr,
575 MatchingRule *mr,
606 MatchingRule *mr)
637 MatchingRule *mr,
683 MatchingRule *mr,
720 MatchingRule *mr,
845 MatchingRule *mr,
965 MatchingRule *mr,
1384 MatchingRule *mr,
1458 MatchingRule *m
[all...]
H A Dschema_prep.c109 MatchingRule *mr,
142 MatchingRule *mr,
147 MatchingRule *mrv = mr_bvfind( value );
148 MatchingRule *asserted = mr_bvfind( a );
175 MatchingRule *mr,
208 MatchingRule *mr,
245 MatchingRule *mr,
1195 MatchingRule ** mrp = (MatchingRule **)
1203 fprintf( stderr, "slap_schema_load: MatchingRule
[all...]
H A DmatchedValues.c145 MatchingRule *mr;
238 MatchingRule *mr = a->a_desc->ad_type->sat_substr;
H A Dproto-slap.h186 LDAP_SLAPD_F (MatchingRule *) ad_mr(
581 MatchingRule *mr,
589 MatchingRule *mr,
597 MatchingRule *mr,
939 MatchingRule *mr,
947 MatchingRule *mr,
955 MatchingRule *mr,
1344 LDAP_SLAPD_F (MatchingRule *) mr_bvfind LDAP_P((struct berval *mrname));
1345 LDAP_SLAPD_F (MatchingRule *) mr_find LDAP_P((const char *mrname));
1348 MatchingRule * associate
[all...]
H A Dldapsync.c171 static const MatchingRule sidsort_mr = {
182 NULL, NULL, (MatchingRule *)&sidsort_mr,
195 MatchingRule *mr,
H A Dcomponent.c96 MatchingRule *mr,
131 MatchingRule *mr,
145 MatchingRule *mr,
709 MatchingRule** mr, const char** text )
951 MatchingRule* mr;
1236 csi_value_match( MatchingRule *mr, struct berval* bv_attr,
H A Ddn.c277 MatchingRule *mr = NULL;
419 MatchingRule *mr,
475 MatchingRule *mr,
787 MatchingRule *mr,
822 MatchingRule *mr,
921 MatchingRule *mr,
H A Dvalue.c128 MatchingRule *mr,
196 MatchingRule *mr,
226 MatchingRule *mr = ad->ad_type->sat_equality;
538 MatchingRule *mr,
612 MatchingRule *mr,
H A Dmods.c70 MatchingRule *mr;
202 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality;
H A Dat.c265 MatchingRule *mr;
591 MatchingRule *mr = NULL;
733 MatchingRule *mr = mr_find( sat->sat_sup->sat_equality->smr_oid );
735 sat->sat_equality = ch_malloc( sizeof( MatchingRule ));
H A Dfilterentry.c580 MatchingRule *mr;
620 MatchingRule *mr;
750 MatchingRule* cf_mr = mr_bvfind( &cf_bv );
952 MatchingRule *mr;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h42 MatchingRule *ct_equality;
43 MatchingRule *ct_approx;
44 MatchingRule *ct_ordering;
45 MatchingRule *ct_substr;
493 MatchingRule *atmr_mr;
554 MatchingRule*
H A Dinit.c32 * Attribute and MatchingRule aliasing table
179 MatchingRule*
195 return (MatchingRule*)NULL;
312 comp_convert_asn_to_ldap ( MatchingRule* mr, ComponentSyntaxInfo* csi, struct berval* bv, int *allocated )
529 MatchingRule* mr = ca->ca_ma_rule;
H A Dcomponentlib.c41 MatchingRule* mr;
397 MatchingRule* mr;
508 MatchingRule* mr;
716 MatchingRule* mr;
825 MatchingRule* mr;
1026 MatchingRule* mr;
1165 MatchingRule* mr;
1420 MatchingRule* mr;
1529 MatchingRule* mr;
H A Dcertificate.c94 MatchingRule* mr;
320 MatchingRule* mr;
524 MatchingRule* mr;
796 MatchingRule* mr;
1011 MatchingRule* mr;
1238 MatchingRule* mr;
1459 MatchingRule* mr;
1693 MatchingRule* mr;
1940 MatchingRule* mr;
2181 MatchingRule* m
[all...]
H A Dcrl.c36 MatchingRule* mr;
318 MatchingRule* mr;
557 MatchingRule* mr;
1029 MatchingRule* mr;
H A DauthorityKeyIdentifier.c36 MatchingRule* mr;
258 MatchingRule* mr;
520 MatchingRule* mr;
814 MatchingRule* mr;
1050 MatchingRule* mr;
1547 MatchingRule* mr;
1773 MatchingRule* mr;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dlog.c261 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality;
323 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dback-sql.h509 MatchingRule *sql_caseIgnoreMatch;
510 MatchingRule *sql_telephoneNumberMatch;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dsssvlv.c80 MatchingRule *sk_ordering;
142 MatchingRule *mr = key->sk_ordering;
168 MatchingRule *mr;
490 MatchingRule *mr = sc->sc_keys[0].sk_ordering;
957 MatchingRule **ordering )
959 MatchingRule* mr;
1016 MatchingRule *ordering = NULL;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c313 MatchingRule *mr = mra->ma_rule;
715 MatchingRule *mr;
846 MatchingRule *mr;
966 MatchingRule *mr;
1082 MatchingRule *mr;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c116 MatchingRule *mr = attr->a_desc->ad_type->sat_equality;

Completed in 144 milliseconds

12