Searched refs:SLAP_USERATTRS_YES (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/dupent/
H A Ddupent.c146 ds->ds_flags |= SLAP_USERATTRS_YES;
162 if ( ds->ds_flags & SLAP_USERATTRS_YES ) {
168 ds->ds_flags |= SLAP_USERATTRS_YES;
194 if ( ds->ds_flags & SLAP_USERATTRS_YES ) {
392 if ( dc->dc_ds->ds_flags & SLAP_USERATTRS_YES ) {
426 if ( dc->dc_ds->ds_flags & SLAP_USERATTRS_YES ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslap.h2115 #define SLAP_USERATTRS_YES (0x20U) macro
2118 #define SLAP_USERATTRS_MASK(f) ((f) & (SLAP_USERATTRS_NO|SLAP_USERATTRS_YES))
2120 (((f) & SLAP_USERATTRS_YES) == SLAP_USERATTRS_YES)
H A Dresult.c1843 flags |= ( SLAP_OPATTRS_NO | SLAP_USERATTRS_YES );
1849 ? SLAP_USERATTRS_YES : SLAP_USERATTRS_NO;

Completed in 130 milliseconds