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

  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
op.c 139 if ( oex->oe_key == key )
186 wrap_oex.oe.oe_key = (char *) wrap_bd->be_private + (which); \
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
add.c 362 opinfo.moi_oe.oe_key = NULL;
401 if ( opinfo.moi_oe.oe_key ) {
delete.c 371 opinfo.moi_oe.oe_key = NULL;
420 if ( opinfo.moi_oe.oe_key ) {
modrdn.c 527 opinfo.moi_oe.oe_key = NULL;
601 if ( opinfo.moi_oe.oe_key ) {
id2entry.c 576 if ( oex->oe_key == mdb ) {
727 if ( oex->oe_key == mdb ) break;
745 moi->moi_oe.oe_key = mdb;
modify.c 769 opinfo.moi_oe.oe_key = NULL;
825 if ( opinfo.moi_oe.oe_key ) {
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 160 oex.oe_key = (void *)&autogroup;
217 oex.oe_key = (void *)&autogroup;
291 oex.oe_key = (void *)&autogroup;
348 oex.oe_key = (void *)&autogroup;
582 oex.oe_key = (void *)&autogroup;
1065 if ( oex->oe_key == (void *)&autogroup )
1156 if ( oex->oe_key == (void *)&autogroup )
1574 if ( oex->oe_key == (void *)&autogroup )
1680 if ( oex->oe_key == (void *)&autogroup )
  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 1467 if ( oex->oe_key == (void *)backend_group )
1690 oex.oe.oe_key = (void *)backend_group;
1721 if ( oex->oe_key == (void *)backend_attribute )
1851 oex.oe.oe_key = (void *)backend_attribute;
1986 if ( oex->oe_key == (void *)backend_operational )
2039 oex.oe.oe_key = (void *)backend_operational;
add.c 194 oex->oe.oe_key = (void *)do_add;
354 if ( oex->oe_key == (void *)do_add ) {
txn.c 324 if ( oex->oe_key == (void *)do_add ) {
slap.h 2626 * structs with the oe_next / oe_key fields at the top and
2631 void *oe_key; member in struct:OpExtra
syncrepl.c 2833 if ( oex->oe_key == (void *)syncrepl_message_to_op )
3271 oes.oe.oe_key = (void *)syncrepl_message_to_op;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
memberof.c 444 oex.oe_key = (void *)&memberof;
484 oex.oe_key = (void *)&memberof;
633 if ( oex->oe_key == (void *)&memberof )
872 if ( oex->oe_key == (void *)&memberof )
912 if ( oex->oe_key == (void *)&memberof )
1335 if ( oex->oe_key == (void *)&memberof )
syncprov.c 2889 LDAP_SLIST_FIRST(&op2->o_extra)->oe_key = on;
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c 489 oex.oe.oe_key = (void *)do_add;

Completed in 108 milliseconds