Home
last modified time | relevance | path

Searched refs:SLAP_OC__END (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Doc.c83 if ( flags == SLAP_OCF_SET_FLAGS && ( e->e_ocflags & SLAP_OC__END ) ) in is_entry_objectclass()
101 e->e_ocflags |= SLAP_OC__END; in is_entry_objectclass()
130 e->e_ocflags |= SLAP_OC__END; in is_entry_objectclass()
Dproto-slap.h1442 (((e)->e_ocflags & SLAP_OC__END) \
1446 (((e)->e_ocflags & SLAP_OC__END) \
1450 (((e)->e_ocflags & SLAP_OC__END) \
1454 (((e)->e_ocflags & SLAP_OC__END) \
1458 (((e)->e_ocflags & SLAP_OC__END) \
1462 (((e)->e_ocflags & SLAP_OC__END) \
1466 (((e)->e_ocflags & SLAP_OC__END) \
1470 (((e)->e_ocflags & SLAP_OC__END) \
Dslap.h802 #define SLAP_OC__END 0x0100 macro