Searched refs:SLAP_OPATTRS_YES (Results 1 – 2 of 2) sorted by relevance
2126 #define SLAP_OPATTRS_YES (0x02U) macro2129 #define SLAP_OPATTRS_MASK(f) ((f) & (SLAP_OPATTRS_NO|SLAP_OPATTRS_YES))2130 #define SLAP_OPATTRS(f) (((f) & SLAP_OPATTRS_YES) == SLAP_OPATTRS_YES)
1915 ? SLAP_OPATTRS_YES : SLAP_OPATTRS_NO; in slap_attr_flags()