Searched refs:SLAP_OC__MASK (Results 1 – 2 of 2) sorted by relevance
86 return (e->e_ocflags & oc->soc_flags & SLAP_OC__MASK) != 0; in is_entry_objectclass()132 return ( e->e_ocflags & oc->soc_flags & SLAP_OC__MASK ) != 0; in is_entry_objectclass()
801 #define SLAP_OC__MASK 0x00FF macro