| /src/sys/dev/ |
| sequencervar.h | 38 struct timeval reftime, stoptime; member in struct:syn_timer
|
| sequencer.c | 602 now = sc->timer.stoptime; 1256 microtime(&t->stoptime); 1263 SUBTIMEVAL(&when, &t->stoptime);
|
| /src/games/boggle/boggle/ |
| mach.c | 87 static void stoptime(void); 215 stoptime(); 238 stoptime(); 290 stoptime(void) function 586 stoptime();
|
| /src/external/bsd/openldap/dist/servers/slapd/back-passwd/ |
| search.c | 67 time_t stoptime = (time_t)-1; local 75 stoptime = op->o_time + op->ors_tlimit; 155 && slap_get_time() > stoptime )
|
| /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| compare.c | 231 bc->stoptime = op->o_time + bc->timeout; 257 if (bc->timeout && bc->stoptime < slap_get_time()) {
|
| delete.c | 223 bc->stoptime = op->o_time + bc->timeout; 249 if (bc->timeout && bc->stoptime < slap_get_time()) {
|
| modrdn.c | 293 bc->stoptime = op->o_time + bc->timeout; 319 if (bc->timeout && bc->stoptime < slap_get_time()) {
|
| add.c | 289 bc->stoptime = op->o_time + bc->timeout; 316 if (bc->timeout && bc->stoptime < current_time) {
|
| modify.c | 279 bc->stoptime = op->o_time + bc->timeout; 305 if (bc->timeout && bc->stoptime < slap_get_time()) {
|
| bind.c | 277 time_t stoptime = (time_t)(-1), local 309 stoptime = op->o_time + timeout; 322 || ( timeout && slap_get_time() <= stoptime ) )
|
| search.c | 765 bc->stoptime = op->o_time + bc->timeout; 796 if (bc->timeout && bc->stoptime < slap_get_time() && META_BACK_ONERR_STOP( mi )) {
|
| back-asyncmeta.h | 94 time_t stoptime; member in struct:bm_context_t 99 int searchtime; /* stoptime is a search timelimit */
|
| meta_result.c | 1728 if (bc->timeout && bc->stoptime < current_time) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| search.c | 342 time_t stoptime; local 463 stoptime = op->o_time + op->ors_tlimit; 569 && slap_get_time() > stoptime )
|
| /src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| bind.c | 327 time_t stoptime = (time_t)(-1), local 361 stoptime = op->o_time + timeout; 374 || ( timeout && slap_get_time() <= stoptime ) ) 994 time_t stoptime = (time_t)(-1); local 1030 stoptime = op->o_time + timeout; 1039 if ( timeout && slap_get_time() > stoptime ) {
|
| search.c | 781 time_t stoptime = (time_t)(-1), local 979 stoptime = op->o_time + op->ors_tlimit; 1010 && slap_get_time() > stoptime ) 1776 } else if ( ( stoptime == -1 && save_tv.tv_sec < 60 ) 1777 || save_tv.tv_sec < ( stoptime - slap_get_time() ) / ( 2 * ncandidates ) ) 1799 -1, stoptime != -1 ? (stoptime - slap_get_time()) : 0,
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| proto-sql.h | 179 time_t stoptime, Filter *filter, SQLHDBC dbh,
|
| search.c | 176 time_t stoptime, 319 bsi->bsi_stoptime = stoptime; 2094 time_t stoptime = 0; local 2138 stoptime = op->o_time + op->ors_tlimit; 2144 stoptime, op->ors_filter, 2321 && slap_get_time() > stoptime )
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| search.c | 157 time_t stoptime = (time_t)(-1); local 188 stoptime = op->o_time + op->ors_tlimit; 353 && slap_get_time() > stoptime )
|
| bind.c | 1750 time_t stoptime = (time_t)(-1); local 1786 stoptime = op->o_time + timeout; 1796 if ( timeout && slap_get_time() > stoptime ) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| search.c | 437 time_t stoptime; local 651 stoptime = op->o_time + op->ors_tlimit; 839 && slap_get_time() > stoptime )
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| backglue.c | 405 long stoptime = 0, starttime; local 416 stoptime = slap_get_time () + op->ors_tlimit; 501 op->ors_tlimit = stoptime - op->o_time;
|