/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | mr.c | 34 MatchingRule *mir_mr; 38 static LDAP_SLIST_HEAD(MRList, MatchingRule) mr_list 69 MatchingRule * 79 MatchingRule * 93 MatchingRule *m; in mr_destroy() 107 MatchingRule *smr, in mr_insert() 156 MatchingRule *mr ) in mr_make_syntax_compat_with_mr() 202 MatchingRule *mr = mr_find( mrs[ r ] ); in mr_make_syntax_compat_with_mrs() 218 MatchingRule *amr, in mr_add() 222 MatchingRule *smr; in mr_add() [all …]
|
H A D | component.h | 68 MatchingRule* aa_mr; 73 MatchingRule* mra_aliasing_attr; 74 MatchingRule* mra_aliased_attr; 77 MatchingRule* mra_mr;
|
H A D | slap.h | 345 typedef struct MatchingRule MatchingRule; typedef 481 MatchingRule *mr, 491 MatchingRule *mr, 500 MatchingRule *mr, 511 MatchingRule *mr, 517 struct MatchingRule { struct 634 MatchingRule *smr_associated; argument 639 LDAP_SLIST_ENTRY(MatchingRule) smr_next; 651 MatchingRule *smru_mr; 693 MatchingRule *sat_equality; [all …]
|
H A D | schema_prep.c | 114 MatchingRule *mr, in attributeTypeMatch() 147 MatchingRule *mr, in matchingRuleMatch() 152 MatchingRule *mrv = mr_bvfind( value ); in matchingRuleMatch() 153 MatchingRule *asserted = mr_bvfind( a ); in matchingRuleMatch() 180 MatchingRule *mr, in objectClassMatch() 213 MatchingRule *mr, in objectSubClassMatch() 250 MatchingRule *mr, in objectSubClassIndexer() 1168 MatchingRule ** mrp = (MatchingRule **) in slap_schema_load() 1285 MatchingRule *mr = ch_malloc( sizeof( MatchingRule ) ); in slap_schema_load()
|
H A D | schema_init.c | 653 MatchingRule *mr, in octetStringMatch() 672 MatchingRule *mr, in octetStringOrderingMatch() 703 MatchingRule *mr) in hashPreset() 734 MatchingRule *mr, in octetStringIndexer() 776 MatchingRule *mr, in octetStringFilter() 809 MatchingRule *mr, in octetStringSubstringsMatch() 934 MatchingRule *mr, in octetStringSubstringsIndexer() 1050 MatchingRule *mr, in octetStringSubstringsFilter() 1466 MatchingRule *mr, in uniqueMemberNormalize() 1540 MatchingRule *mr, in uniqueMemberMatch() [all …]
|
H A D | proto-slap.h | 188 LDAP_SLAPD_F (MatchingRule *) ad_mr( 593 MatchingRule *mr, 601 MatchingRule *mr, 609 MatchingRule *mr, 969 MatchingRule *mr, 977 MatchingRule *mr, 985 MatchingRule *mr, 1379 LDAP_SLAPD_F (MatchingRule *) mr_bvfind LDAP_P((struct berval *mrname)); 1380 LDAP_SLAPD_F (MatchingRule *) mr_find LDAP_P((const char *mrname)); 1383 MatchingRule * associated, [all …]
|
H A D | dn.c | 283 MatchingRule *mr = NULL; in LDAPRDN_rewrite() 425 MatchingRule *mr, in dnNormalize() 481 MatchingRule *mr, in rdnNormalize() 792 MatchingRule *mr, in dnMatch() 827 MatchingRule *mr, in dnRelativeMatch() 930 MatchingRule *mr, in rdnMatch()
|
H A D | value.c | 133 MatchingRule *mr, in asserted_value_validate_normalize() 201 MatchingRule *mr, in value_match() 231 MatchingRule *mr = ad->ad_type->sat_equality; in value_find_ex() 543 MatchingRule *mr, in ordered_value_normalize() 617 MatchingRule *mr, in ordered_value_match()
|
H A D | component.c | 101 MatchingRule *mr, in componentFilterMatch() 136 MatchingRule *mr, in directoryComponentsMatch() 150 MatchingRule *mr, in allComponentsMatch() 714 MatchingRule** mr, const char** text ) in get_matching_rule() 962 MatchingRule* mr; in get_item() 1242 csi_value_match( MatchingRule *mr, struct berval* bv_attr, in csi_value_match()
|
H A D | ldapsync.c | 188 static const MatchingRule sidsort_mr = { 199 NULL, NULL, (MatchingRule *)&sidsort_mr, 212 MatchingRule *mr, in sidsort_cmp()
|
H A D | matchedValues.c | 150 MatchingRule *mr; in test_ava_vrFilter() 243 MatchingRule *mr = a->a_desc->ad_type->sat_substr; in test_substrings_vrFilter()
|
H A D | filterentry.c | 585 MatchingRule *mr; in test_ava_filter() 625 MatchingRule *mr; in test_ava_filter() 755 MatchingRule* cf_mr = mr_bvfind( &cf_bv ); in test_ava_filter() 957 MatchingRule *mr; in test_substrings_filter()
|
H A D | at.c | 272 MatchingRule *mr; in at_clean() 602 MatchingRule *mr = NULL; in at_add() 744 MatchingRule *mr = mr_find( sat->sat_sup->sat_equality->smr_oid ); in at_add() 746 sat->sat_equality = ch_malloc( sizeof( MatchingRule )); in at_add()
|
H A D | mods.c | 75 MatchingRule *mr; in modify_add_values() 207 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality; in modify_delete_vindex()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 346 : SelectedSubcommand(nullptr), MatchingRule(nullptr), in ClangRefactorTool() 381 MatchingRule = *Rule; in Init() 392 assert(SelectedSubcommand && MatchingRule && Consumer); in callback() 399 bool HasSelection = MatchingRule->hasSelectionRequirement(); in callback() 409 MatchingRule->invoke(*ActiveConsumer, Context); in callback() 602 RefactoringActionRule *MatchingRule; member in __anond439ce910111::ClangRefactorTool
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | componentlib.h | 47 MatchingRule *ct_equality; 48 MatchingRule *ct_approx; 49 MatchingRule *ct_ordering; 50 MatchingRule *ct_substr; 498 MatchingRule *atmr_mr; 559 MatchingRule*
|
H A D | init.c | 184 MatchingRule* 200 return (MatchingRule*)NULL; in retrieve_matching_rule() 317 comp_convert_asn_to_ldap ( MatchingRule* mr, ComponentSyntaxInfo* csi, struct berval* bv, int *allo… in comp_convert_asn_to_ldap() 534 MatchingRule* mr = ca->ca_ma_rule; in comp_test_one_component()
|
H A D | componentlib.c | 46 MatchingRule* mr; in MatchingComponentBits() 402 MatchingRule* mr; in MatchingComponentBool() 513 MatchingRule* mr; in MatchingComponentEnum() 721 MatchingRule* mr; in MatchingComponentInt() 830 MatchingRule* mr; in MatchingComponentNull() 1031 MatchingRule* mr; in MatchingComponentOcts() 1170 MatchingRule* mr; in MatchingComponentOid() 1425 MatchingRule* mr; in MatchingComponentReal() 1534 MatchingRule* mr; in MatchingComponentRelativeOid()
|
H A D | certificate.c | 96 MatchingRule* mr; in MatchingComponentAlgorithmIdentifier() 322 MatchingRule* mr; in MatchingComponentTime() 526 MatchingRule* mr; in MatchingComponentExtension() 798 MatchingRule* mr; in MatchingComponentAttributeTypeAndValue() 1013 MatchingRule* mr; in MatchingComponentValidity() 1240 MatchingRule* mr; in MatchingComponentSubjectPublicKeyInfo() 1461 MatchingRule* mr; in MatchingComponentExtensions() 1695 MatchingRule* mr; in MatchingComponentRelativeDistinguishedName() 1942 MatchingRule* mr; in MatchingComponentRDNSequence() 2183 MatchingRule* mr; in MatchingComponentName() [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | filterindex.c | 337 MatchingRule *mr = mra->ma_rule; in comp_equality_candidates() 716 MatchingRule *mr; in equality_candidates() 847 MatchingRule *mr; in approx_candidates() 966 MatchingRule *mr; in substring_candidates() 1081 MatchingRule *mr; in inequality_candidates()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
H A D | back-sql.h | 511 MatchingRule *sql_caseIgnoreMatch; 512 MatchingRule *sql_telephoneNumberMatch;
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
H A D | filterindex.c | 119 MatchingRule *mr; in equality_candidates() 250 MatchingRule *mr; in approx_candidates() 381 MatchingRule *mr; in substring_candidates()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | sssvlv.c | 85 MatchingRule *sk_ordering; 148 MatchingRule *mr = key->sk_ordering; in select_value() 173 MatchingRule *mr; in node_cmp() 512 MatchingRule *mr = sc->sc_keys[0].sk_ordering; in send_list() 999 MatchingRule **ordering ) in get_ordering_rule() 1001 MatchingRule* mr; in get_ordering_rule() 1058 MatchingRule *ordering = NULL; in build_key()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
H A D | log.c | 266 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality; in add_values() 328 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality; in delete_values()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
H A D | datamorph.c | 928 MatchingRule *mr, in datamorphBinarySignedOrderingMatch() 959 MatchingRule *mr, in datamorphUnsignedIndexer() 994 MatchingRule *mr, in datamorphUnsignedFilter() 1019 MatchingRule *mr, in datamorphSignedIndexer() 1059 MatchingRule *mr, in datamorphSignedFilter()
|