HomeSort by: relevance | last modified time | path
    Searched refs:e_ocflags (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
bind.c 51 e.e_ocflags = 0;
delete.c 50 e.e_ocflags = 0;
compare.c 52 e.e_ocflags = 0;
modrdn.c 50 e.e_ocflags = 0;
modify.c 54 e.e_ocflags = 0;
  /src/external/bsd/openldap/dist/servers/slapd/
proto-slap.h 1441 (((e)->e_ocflags & SLAP_OC__END) \
1442 ? (((e)->e_ocflags & SLAP_OC_ALIAS) != 0) \
1445 (((e)->e_ocflags & SLAP_OC__END) \
1446 ? (((e)->e_ocflags & SLAP_OC_REFERRAL) != 0) \
1449 (((e)->e_ocflags & SLAP_OC__END) \
1450 ? (((e)->e_ocflags & SLAP_OC_SUBENTRY) != 0) \
1453 (((e)->e_ocflags & SLAP_OC__END) \
1454 ? (((e)->e_ocflags & SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY) != 0) \
1457 (((e)->e_ocflags & SLAP_OC__END) \
1458 ? (((e)->e_ocflags & SLAP_OC_DYNAMICOBJECT) != 0)
    [all...]
oc.c 83 if ( flags == SLAP_OCF_SET_FLAGS && ( e->e_ocflags & SLAP_OC__END ) )
86 return (e->e_ocflags & oc->soc_flags & SLAP_OC__MASK) != 0;
101 e->e_ocflags |= SLAP_OC__END;
126 e->e_ocflags |= objectClass->soc_flags;
130 e->e_ocflags |= SLAP_OC__END;
132 return ( e->e_ocflags & oc->soc_flags & SLAP_OC__MASK ) != 0;
entry.c 480 e->e_ocflags = 0;
946 dest->e_ocflags = source->e_ocflags;
978 ret->e_ocflags = e->e_ocflags;
slap.h 1217 slap_mask_t e_ocflags; member in struct:Entry
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
modify.c 294 e->e_ocflags = 0;
297 if ( glue_attr_delete ) e->e_ocflags = 0;
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
id2entry.c 426 r->e_ocflags = SLAP_OC_GLUE|SLAP_OC__END;
947 * entry, and the e_ocflags. It then contains a list of integers for each
977 /* make sure e->e_ocflags is set */
984 *lp++ = (unsigned int)e->e_ocflags;
1059 x->e_ocflags = *lp++;
modify.c 409 e->e_ocflags = 0;
412 if ( glue_attr_delete ) e->e_ocflags = 0;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 1241 entry->e_ocflags = 0;

Completed in 62 milliseconds