Searched refs:e_ocflags (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dcompare.c61 e.e_ocflags = 0;
H A Ddelete.c61 e.e_ocflags = 0;
H A Dbind.c72 e.e_ocflags = 0;
H A Dmodify.c64 e.e_ocflags = 0;
H A Dmodrdn.c61 e.e_ocflags = 0;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dbind.c46 e.e_ocflags = 0;
H A Dcompare.c47 e.e_ocflags = 0;
H A Ddelete.c45 e.e_ocflags = 0;
H A Dmodrdn.c45 e.e_ocflags = 0;
H A Dmodify.c49 e.e_ocflags = 0;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dproto-slap.h1407 (((e)->e_ocflags & SLAP_OC__END) \
1408 ? (((e)->e_ocflags & SLAP_OC_ALIAS) != 0) \
1411 (((e)->e_ocflags & SLAP_OC__END) \
1412 ? (((e)->e_ocflags & SLAP_OC_REFERRAL) != 0) \
1415 (((e)->e_ocflags & SLAP_OC__END) \
1416 ? (((e)->e_ocflags & SLAP_OC_SUBENTRY) != 0) \
1419 (((e)->e_ocflags & SLAP_OC__END) \
1420 ? (((e)->e_ocflags & SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY) != 0) \
1423 (((e)->e_ocflags & SLAP_OC__END) \
1424 ? (((e)->e_ocflags
[all...]
H A Doc.c78 if ( flags == SLAP_OCF_SET_FLAGS && ( e->e_ocflags & SLAP_OC__END ) )
81 return (e->e_ocflags & oc->soc_flags & SLAP_OC__MASK) != 0;
96 e->e_ocflags |= SLAP_OC__END;
121 e->e_ocflags |= objectClass->soc_flags;
125 e->e_ocflags |= SLAP_OC__END;
127 return ( e->e_ocflags & oc->soc_flags & SLAP_OC__MASK ) != 0;
H A Dentry.c518 e->e_ocflags = 0;
983 dest->e_ocflags = source->e_ocflags;
1015 ret->e_ocflags = e->e_ocflags;
H A Dslap.h1218 slap_mask_t e_ocflags; member in struct:Entry
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dmodify.c285 e->e_ocflags = 0;
288 if ( glue_attr_delete ) e->e_ocflags = 0;
710 e->e_ocflags = dummy.e_ocflags;
H A Dinit.c580 e->e_ocflags = SLAP_OC_GLUE|SLAP_OC__END;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c1233 entry->e_ocflags = 0;

Completed in 275 milliseconds