| /src/external/bsd/openldap/dist/servers/slapd/ |
| component.h | 68 MatchingRule* aa_mr; 73 MatchingRule* mra_aliasing_attr; 74 MatchingRule* mra_aliased_attr; 77 MatchingRule* mra_mr;
|
| mr.c | 34 MatchingRule *mir_mr; 38 static LDAP_SLIST_HEAD(MRList, MatchingRule) mr_list 69 MatchingRule * 79 MatchingRule * 93 MatchingRule *m; 107 MatchingRule *smr, 156 MatchingRule *mr ) 202 MatchingRule *mr = mr_find( mrs[ r ] ); 204 /* matchingRule not found -- ignore by now */ 218 MatchingRule *amr [all...] |
| slap.h | 348 typedef struct MatchingRule MatchingRule; 484 MatchingRule *mr, 494 MatchingRule *mr, 503 MatchingRule *mr, 514 MatchingRule *mr, 520 struct MatchingRule { 637 MatchingRule *smr_associated; 642 LDAP_SLIST_ENTRY(MatchingRule) smr_next; 654 MatchingRule *smru_mr [all...] |
| schema_init.c | 653 MatchingRule *mr, 672 MatchingRule *mr, 703 MatchingRule *mr) 734 MatchingRule *mr, 776 MatchingRule *mr, 809 MatchingRule *mr, 934 MatchingRule *mr, 1050 MatchingRule *mr, 1466 MatchingRule *mr, 1540 MatchingRule *mr [all...] |
| schema_prep.c | 114 MatchingRule *mr, 147 MatchingRule *mr, 152 MatchingRule *mrv = mr_bvfind( value ); 153 MatchingRule *asserted = mr_bvfind( a ); 180 MatchingRule *mr, 213 MatchingRule *mr, 250 MatchingRule *mr, 1168 MatchingRule ** mrp = (MatchingRule **) 1176 fprintf( stderr, "slap_schema_load: MatchingRule: [all...] |
| matchedValues.c | 150 MatchingRule *mr; 243 MatchingRule *mr = a->a_desc->ad_type->sat_substr;
|
| proto-slap.h | 186 LDAP_SLAPD_F (MatchingRule *) ad_mr( 587 MatchingRule *mr, 595 MatchingRule *mr, 603 MatchingRule *mr, 946 MatchingRule *mr, 954 MatchingRule *mr, 962 MatchingRule *mr, 1378 LDAP_SLAPD_F (MatchingRule *) mr_bvfind LDAP_P((struct berval *mrname)); 1379 LDAP_SLAPD_F (MatchingRule *) mr_find LDAP_P((const char *mrname)); 1382 MatchingRule * associated [all...] |
| ldapsync.c | 188 static const MatchingRule sidsort_mr = { 199 NULL, NULL, (MatchingRule *)&sidsort_mr, 212 MatchingRule *mr,
|
| component.c | 101 MatchingRule *mr, 136 MatchingRule *mr, 150 MatchingRule *mr, 714 MatchingRule** mr, const char** text ) 962 MatchingRule* mr; 1242 csi_value_match( MatchingRule *mr, struct berval* bv_attr,
|
| dn.c | 283 MatchingRule *mr = NULL; 425 MatchingRule *mr, 481 MatchingRule *mr, 792 MatchingRule *mr, 827 MatchingRule *mr, 930 MatchingRule *mr,
|
| at.c | 272 MatchingRule *mr; 283 MatchingRule *mr; 613 MatchingRule *mr = NULL; 755 MatchingRule *mr = mr_find( sat->sat_sup->sat_equality->smr_oid ); 757 sat->sat_equality = ch_malloc( sizeof( MatchingRule ));
|
| value.c | 133 MatchingRule *mr, 201 MatchingRule *mr, 231 MatchingRule *mr = ad->ad_type->sat_equality; 543 MatchingRule *mr, 617 MatchingRule *mr,
|
| mods.c | 75 MatchingRule *mr; 207 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality;
|
| filterentry.c | 289 If the type field is present and the matchingRule is present, 291 specified type. In this case, the matchingRule MUST be one 296 In this case, since the matchingRule requires the assertion 298 according to the syntax of the matchingRule. 585 MatchingRule *mr; 625 MatchingRule *mr; 755 MatchingRule* cf_mr = mr_bvfind( &cf_bv ); 957 MatchingRule *mr;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/ |
| ciboolean.c | 60 MatchingRule *mr, 89 MatchingRule *bm = mr_find( "2.5.13.13" );
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| now.c | 67 MatchingRule *mr; 178 MatchingRule *mr = now->now_ad->ad_type->sat_ordering;
|
| /src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
| ClangRefactor.cpp | 346 : SelectedSubcommand(nullptr), MatchingRule(nullptr), 381 MatchingRule = *Rule; 392 assert(SelectedSubcommand && MatchingRule && Consumer); 399 bool HasSelection = MatchingRule->hasSelectionRequirement(); 409 MatchingRule->invoke(*ActiveConsumer, Context); 602 RefactoringActionRule *MatchingRule;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| componentlib.h | 47 MatchingRule *ct_equality; 48 MatchingRule *ct_approx; 49 MatchingRule *ct_ordering; 50 MatchingRule *ct_substr; 498 MatchingRule *atmr_mr; 559 MatchingRule*
|
| init.c | 37 * Attribute and MatchingRule aliasing table 184 MatchingRule* 200 return (MatchingRule*)NULL; 317 comp_convert_asn_to_ldap ( MatchingRule* mr, ComponentSyntaxInfo* csi, struct berval* bv, int *allocated ) 534 MatchingRule* mr = ca->ca_ma_rule;
|
| componentlib.c | 46 MatchingRule* mr; 402 MatchingRule* mr; 513 MatchingRule* mr; 721 MatchingRule* mr; 830 MatchingRule* mr; 1031 MatchingRule* mr; 1170 MatchingRule* mr; 1425 MatchingRule* mr; 1534 MatchingRule* mr;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| back-sql.h | 511 MatchingRule *sql_caseIgnoreMatch; 512 MatchingRule *sql_telephoneNumberMatch;
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| sssvlv.c | 85 MatchingRule *sk_ordering; 148 MatchingRule *mr = key->sk_ordering; 173 MatchingRule *mr; 512 MatchingRule *mr = sc->sc_keys[0].sk_ordering; 999 MatchingRule **ordering ) 1001 MatchingRule* mr; 1058 MatchingRule *ordering = NULL;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| filterindex.c | 337 MatchingRule *mr = mra->ma_rule; 716 MatchingRule *mr; 847 MatchingRule *mr; 966 MatchingRule *mr; 1081 MatchingRule *mr;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| filterindex.c | 117 MatchingRule *mr; 245 MatchingRule *mr; 374 MatchingRule *mr;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| log.c | 279 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality; 341 MatchingRule *mr = mod->sm_desc->ad_type->sat_equality;
|