Home
last modified time | relevance | path

Searched refs:o_qtime (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c1030 gettimeofday( &op->o_qtime, NULL ); in connection_operation()
1031 op->o_qtime.tv_usec -= op->o_tusec; in connection_operation()
1032 if ( op->o_qtime.tv_usec < 0 ) { in connection_operation()
1033 op->o_qtime.tv_usec += 1000000; in connection_operation()
1034 op->o_qtime.tv_sec--; in connection_operation()
1036 op->o_qtime.tv_sec -= op->o_time; in connection_operation()
H A Dresult.c56 (int)op->o_qtime.tv_sec, (int)op->o_qtime.tv_usec, \
H A Dslap.h2648 struct timeval o_qtime; /* time spent in queues before execution */ member