Home
last modified time | relevance | path

Searched refs:SLAP_MR_SUBSTR (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dat.c903 if(( mr->smr_usage & SLAP_MR_SUBSTR ) != SLAP_MR_SUBSTR ) { in at_add()
Dslap.h550 #define SLAP_MR_SUBSTR 0x0400U macro
559 #define SLAP_MR_SUBSTR_INITIAL ( SLAP_MR_SUBSTR | 0x0010U )
560 #define SLAP_MR_SUBSTR_ANY ( SLAP_MR_SUBSTR | 0x0020U )
561 #define SLAP_MR_SUBSTR_FINAL ( SLAP_MR_SUBSTR | 0x0040U )
Dschema_init.c6606 SLAP_MR_SUBSTR, directoryStringSyntaxes,
6627 SLAP_MR_SUBSTR, directoryStringSyntaxes,
6648 SLAP_MR_SUBSTR, NULL,
6662 SLAP_MR_SUBSTR, NULL,
6711 SLAP_MR_SUBSTR, NULL,
6726 SLAP_MR_SUBSTR, NULL,
6833 SLAP_MR_SUBSTR, NULL,
6840 SLAP_MR_SUBSTR, NULL,
Dfilterentry.c977 ret = value_match( &match, a->a_desc, mr, SLAP_MR_SUBSTR, in test_substrings_filter()
Dad.c1310 case SLAP_MR_SUBSTR: in ad_mr()