OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_time
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
compare.c
201
if (current_time > op->
o_time
) {
202
Debug( asyncmeta_debug, "==> asyncmeta_back_compare[%s]:
o_time
:[%ld], current time: [%ld]\n",
203
op->o_log_prefix, op->
o_time
, current_time );
231
bc->stoptime = op->
o_time
+ bc->timeout;
delete.c
193
if (current_time > op->
o_time
) {
194
Debug(asyncmeta_debug, "==> asyncmeta_back_delete[%s]:
o_time
:[%ld], current time: [%ld]\n",
195
op->o_log_prefix, op->
o_time
, current_time );
223
bc->stoptime = op->
o_time
+ bc->timeout;
modrdn.c
263
if (current_time > op->
o_time
) {
264
Debug(asyncmeta_debug, "==> asyncmeta_back_modrdn[%s]:
o_time
:[%ld], current time: [%ld]\n",
265
op->o_log_prefix, op->
o_time
, current_time );
293
bc->stoptime = op->
o_time
+ bc->timeout;
add.c
259
if (current_time > op->
o_time
) {
260
Debug(asyncmeta_debug, "==> asyncmeta_back_add[%s]:
o_time
:[%ld], current time: [%ld]\n",
261
op->o_log_prefix, op->
o_time
, current_time );
289
bc->stoptime = op->
o_time
+ bc->timeout;
modify.c
249
if (current_time > op->
o_time
) {
250
Debug(asyncmeta_debug, "==> asyncmeta_back_modify[%s]:
o_time
:[%ld], current time: [%ld]\n",
251
op->o_log_prefix, op->
o_time
, current_time );
279
bc->stoptime = op->
o_time
+ bc->timeout;
bind.c
309
stoptime = op->
o_time
+ timeout;
358
if ( mi->mi_idle_timeout != 0 && msc->msc_time < op->
o_time
) {
359
msc->msc_time = op->
o_time
;
/src/external/bsd/openldap/dist/servers/slapd/
bind.c
439
a->a_nvals[0].bv_val, bindtime == (time_t)-1 ? -1 : op->
o_time
- bindtime );
446
op->
o_time
<= bindtime + op->o_bd->be_lastbind_precision ) {
455
slap_timestamp( &op->
o_time
, ×tamp );
operation.c
218
slap_op_time( &op->
o_time
, &op->o_tincr );
backglue.c
415
starttime = op->
o_time
;
500
op->
o_time
= slap_get_time();
501
op->ors_tlimit = stoptime - op->
o_time
;
716
op->
o_time
= starttime;
connection.c
1041
op->o_qtime.tv_sec -= op->
o_time
;
1613
(long) op->
o_time
);
2115
slap_op_time( &op->
o_time
, &op->o_tincr );
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
extended.c
207
lc->lc_time = op->
o_time
;
328
lc->lc_time = op->
o_time
;
bind.c
775
lc->lc_create_time = op->
o_time
;
776
lc->lc_time = op->
o_time
;
1125
if ( ( li->li_idle_timeout != 0 && op->
o_time
> lc->lc_time + li->li_idle_timeout )
1126
|| ( li->li_conn_ttl != 0 && op->
o_time
> lc->lc_create_time + li->li_conn_ttl ) )
1786
stoptime = op->
o_time
+ timeout;
1843
lc->lc_time = op->
o_time
;
search.c
188
stoptime = op->
o_time
+ op->ors_tlimit;
364
lc->lc_time = op->
o_time
;
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c
361
stoptime = op->
o_time
+ timeout;
418
if ( mi->mi_idle_timeout != 0 && msc->msc_time < op->
o_time
) {
419
msc->msc_time = op->
o_time
;
1030
stoptime = op->
o_time
+ timeout;
1062
if ( mi->mi_idle_timeout != 0 && msc->msc_time < op->
o_time
) {
1063
msc->msc_time = op->
o_time
;
conn.c
493
if ( mi->mi_idle_timeout != 0 && msc->msc_time < op->
o_time
) {
494
msc->msc_time = op->
o_time
;
1142
if ( mc->mc_refcnt == 0 && (( mi->mi_conn_ttl != 0 && op->
o_time
> mc->mc_create_time + mi->mi_conn_ttl )
1143
|| ( mi->mi_idle_timeout != 0 && op->
o_time
> mc->mc_time + mi->mi_idle_timeout )) )
1605
mc->mc_time = op->
o_time
;
1610
mc->mc_create_time = op->
o_time
;
/src/external/bsd/openldap/dist/servers/slapd/back-passwd/
search.c
75
stoptime = op->
o_time
+ op->ors_tlimit;
/src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c
874
op->
o_time
= slap_get_time();
1826
op->
o_time
= slap_get_time();
2659
bci->qc->bindref_time = op->
o_time
+ bci->qc->qtemp->bindttr;
2732
op->
o_time
< pbi->bi_cq->bindref_time ) {
2744
pbi->bi_cq->bindref_time, op->
o_time
);
3552
op->
o_time
= slap_get_time();
3560
ttl += op->
o_time
;
3568
if ( query->refresh_time && query->refresh_time < op->
o_time
) {
3575
query->expiry_time = op->
o_time
+ templ->ttl;
3576
if ( query->expiry_time > op->
o_time
) {
[
all
...]
otp.c
758
t = op->
o_time
/ time_step + *drift;
ppolicy.c
655
time_t then, now = op->
o_time
;
672
time_t then, now = op->
o_time
;
692
time_t then, now = op->
o_time
;
720
op->
o_time
> lastbindtime + pp->pwdMaxIdle ) {
2066
time_t pwtime = 0, seconds_until_expiry = -1, now = op->
o_time
;
/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
pam.c
200
slap_op_time( &op->
o_time
, &op->o_tincr );
602
slap_op_time( &op->
o_time
, &op->o_tincr );
605
stamp = op->
o_time
;
nssov.h
337
slap_op_time( &op->
o_time
, &op->o_tincr ); \
/src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacuser.c
292
slap_op_time( &op2.
o_time
, &op2.o_tincr );
/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c
451
t = op->
o_time
/ TIME_STEP;
851
now = op->
o_time
;
/src/external/bsd/openldap/dist/servers/slapd/back-wt/
search.c
463
stoptime = op->
o_time
+ op->ors_tlimit;
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_pblock.c
475
*((long *)value) = pb->pb_op->
o_time
;
880
pb->pb_op->
o_time
= *((long *)value);
Completed in 47 milliseconds
1
2
Indexes created Wed Aug 05 00:25:39 UTC 2026