Searched refs:SLAP_MR_EXT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_init.c592 if ( flags & SLAP_MR_EXT )
2503 if ( (flags & SLAP_MR_EXT) && (mr->smr_usage & SLAP_MR_ORDERING) )
5705 if ( flags & SLAP_MR_EXT )
6384 SLAP_MR_HIDE | SLAP_MR_EQUALITY_APPROX | SLAP_MR_EXT, NULL,
6391 SLAP_MR_HIDE | SLAP_MR_EQUALITY_APPROX | SLAP_MR_EXT, NULL,
6402 SLAP_MR_EQUALITY | SLAP_MR_EXT, NULL,
6409 SLAP_MR_EQUALITY | SLAP_MR_EXT, NULL,
6416 SLAP_MR_HIDE | SLAP_MR_EXT, NULL,
6423 SLAP_MR_HIDE | SLAP_MR_EXT, NULL,
6430 SLAP_MR_HIDE | SLAP_MR_EXT, NUL
[all...]
H A Dmra.c175 ma.ma_desc->ad_type->sat_equality->smr_usage & SLAP_MR_EXT )
200 SLAP_MR_EXT|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX,
H A Dfilterentry.c195 SLAP_MR_EXT, &e->e_nname, &mra->ma_value, &text );
314 SLAP_MR_EXT, &nbv, &mra->ma_value, &text );
343 SLAP_MR_EXT|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX,
404 SLAP_MR_EXT, &nbv, &value, &text );
468 SLAP_MR_EXT|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX,
500 rc = value_match( &ret, ad, mra->ma_rule, SLAP_MR_EXT,
595 SLAP_MR_EXT, &e->e_nname, &ava->aa_value, &text );
H A Dmr.c400 if (!( ( mr->smr_usage & SLAP_MR_EXT )
464 if ( ( mr->smr_usage & SLAP_MR_EXT ) && (
H A DmatchedValues.c295 SLAP_MR_EXT|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX,
H A Dad.c1302 case SLAP_MR_EXT:
H A Dslap.h555 #define SLAP_MR_EXT 0x0800U /* implicitly extensible */ macro

Completed in 226 milliseconds