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

  /src/external/bsd/openldap/dist/servers/slapd/
operation.c 235 return SLAP_OP_BIND;
connection.c 1148 if ( opidx == SLAP_OP_BIND && conn->c_conn_state == SLAP_C_BINDING )
slap.h 2559 SLAP_OP_BIND = 0,
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 264 li->li_timeout[ SLAP_OP_BIND ],
276 ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_BIND ], 1 );
744 li->li_uri, flags, li->li_timeout[ SLAP_OP_BIND ], &rs->sr_text );
1442 ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_BIND ], 1 );
1512 ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_BIND ], 1 );
1636 lc->lc_ldapinfo->li_timeout[ SLAP_OP_BIND ], &text );
2347 ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_BIND ], 1 );
2458 ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_BIND ], 1 );
config.c 461 { BER_BVC("bind="), SLAP_OP_BIND * sizeof( time_t ), 'u', 0, NULL },
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
bind.c 649 struct timeval bind_tv = { mt->mt_timeout[ SLAP_OP_BIND ], 0};
826 if (mt->mt_timeout[ SLAP_OP_BIND ] > 0 ) {
1699 && (msc->msc_binding_time + mt->mt_timeout[ SLAP_OP_BIND ]) < slap_get_time())) {
config.c 1008 { BER_BVC("bind="), SLAP_OP_BIND * sizeof( time_t ), 'u', 0, NULL },
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 67 SLAP_OP_BIND = 0,
352 slap_op_t op = SLAP_OP_BIND;
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
config.c 1069 { BER_BVC("bind="), SLAP_OP_BIND * sizeof( time_t ), 'u', 0, NULL },
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 2826 if ( type == SLAP_OP_BIND && rc == LDAP_SUCCESS ) {

Completed in 60 milliseconds