Searched refs:SLAP_OPATTRS_YES (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslap.h2108 #define SLAP_OPATTRS_YES (0x02U) macro
2111 #define SLAP_OPATTRS_MASK(f) ((f) & (SLAP_OPATTRS_NO|SLAP_OPATTRS_YES))
2112 #define SLAP_OPATTRS(f) (((f) & SLAP_OPATTRS_YES) == SLAP_OPATTRS_YES)
H A Dresult.c1847 ? SLAP_OPATTRS_YES : SLAP_OPATTRS_NO;

Completed in 184 milliseconds