Searched refs:e_ocflags (Results 1 – 14 of 14) sorted by relevance
83 if ( flags == SLAP_OCF_SET_FLAGS && ( e->e_ocflags & SLAP_OC__END ) ) in is_entry_objectclass()86 return (e->e_ocflags & oc->soc_flags & SLAP_OC__MASK) != 0; in is_entry_objectclass()101 e->e_ocflags |= SLAP_OC__END; in is_entry_objectclass()126 e->e_ocflags |= objectClass->soc_flags; in is_entry_objectclass()130 e->e_ocflags |= SLAP_OC__END; in is_entry_objectclass()132 return ( e->e_ocflags & oc->soc_flags & SLAP_OC__MASK ) != 0; in is_entry_objectclass()
1442 (((e)->e_ocflags & SLAP_OC__END) \1443 ? (((e)->e_ocflags & SLAP_OC_ALIAS) != 0) \1446 (((e)->e_ocflags & SLAP_OC__END) \1447 ? (((e)->e_ocflags & SLAP_OC_REFERRAL) != 0) \1450 (((e)->e_ocflags & SLAP_OC__END) \1451 ? (((e)->e_ocflags & SLAP_OC_SUBENTRY) != 0) \1454 (((e)->e_ocflags & SLAP_OC__END) \1455 ? (((e)->e_ocflags & SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY) != 0) \1458 (((e)->e_ocflags & SLAP_OC__END) \1459 ? (((e)->e_ocflags & SLAP_OC_DYNAMICOBJECT) != 0) \[all …]
480 e->e_ocflags = 0; in entry_clean()945 dest->e_ocflags = source->e_ocflags; in entry_dup2()977 ret->e_ocflags = e->e_ocflags; in entry_dup_bv()
1214 slap_mask_t e_ocflags; member
50 e.e_ocflags = 0; in sock_back_delete()
51 e.e_ocflags = 0; in sock_back_bind()
52 e.e_ocflags = 0; in sock_back_compare()
50 e.e_ocflags = 0; in sock_back_modrdn()
54 e.e_ocflags = 0; in sock_back_modify()
294 e->e_ocflags = 0; in wt_modify_internal()297 if ( glue_attr_delete ) e->e_ocflags = 0; in wt_modify_internal()
426 r->e_ocflags = SLAP_OC_GLUE|SLAP_OC__END; in mdb_id2entry()961 *lp++ = (unsigned int)e->e_ocflags; in mdb_entry_encode()1036 x->e_ocflags = *lp++; in mdb_entry_decode()
402 e->e_ocflags = 0; in mdb_modify_internal()405 if ( glue_attr_delete ) e->e_ocflags = 0; in mdb_modify_internal()
362 NA->e->e_ocflags = 0; in ndb_modify_internal()
1241 entry->e_ocflags = 0; in apply_modify_to_entry()