HomeSort by: relevance | last modified time | path
    Searched defs:leeway (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/daemon/
worker.c 104 * seconds to add to prefetch leeway. This is a TTL that expires old rrsets
919 uint16_t flags, struct comm_reply* repinfo, time_t leeway, int noreply,
940 mesh_new_prefetch(worker->env.mesh, qinfo, flags, leeway +
950 mesh_new_prefetch(worker->env.mesh, qinfo, flags, leeway +
1934 time_t leeway = rep->ttl - *worker->env.now; local
1936 leeway = 0;
1941 repinfo, leeway,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
constvars.c 30 float leeway = 60; local
51 const float *lethargic = &leeway;
84 float *const lissome = &leeway;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
constvars.c 30 float leeway = 60; local
51 const float *lethargic = &leeway;
84 float *const lissome = &leeway;
  /src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c 2226 int32_t leeway = 30 * 24 * 3600; /* 30 days leeway */ local
2248 if(now - last_success >= leeway) {

Completed in 32 milliseconds