Lines Matching defs:earliest
121 time_t earliest;
147 time_t earliest;
268 gai_req->earliest = max(now, child_ctx->next_dns_timeslot);
269 child_ctx->next_dns_timeslot = gai_req->earliest;
324 scheduled_sleep(gai_req->scheduled, gai_req->earliest,
545 &gai_req->scheduled, &gai_req->earliest,
661 gni_req->earliest = max(time_now, child_ctx->next_dns_timeslot);
662 child_ctx->next_dns_timeslot = gni_req->earliest;
718 scheduled_sleep(gni_req->scheduled, gni_req->earliest,
842 &gni_req->earliest, &gni_req->retry,
1005 time_t earliest,
1013 humantime(earliest), humantime(scheduled),
1020 if (now < earliest) {
1022 humantime(earliest), humantime(scheduled),
1024 if (-1 == worker_sleep(worker_ctx->c, earliest - now)) {