OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serve_expired_norec_ttl
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/unbound/dist/util/data/
msgreply.c
120
rep->
serve_expired_norec_ttl
= norecttl;
219
rep->serve_expired_ttl, rep->
serve_expired_norec_ttl
,
525
/* rep->
serve_expired_norec_ttl
should stay at 0 */
526
log_assert(rep->
serve_expired_norec_ttl
== 0);
609
/* Don't set rep->
serve_expired_norec_ttl
; this should only be set
611
log_assert(rep->
serve_expired_norec_ttl
== 0);
632
/* Don't set rep->
serve_expired_norec_ttl
; this should only be set
634
log_assert(rep->
serve_expired_norec_ttl
== 0);
830
rep->
serve_expired_norec_ttl
,
msgreply.h
177
time_t
serve_expired_norec_ttl
;
member in struct:reply_info
/src/external/bsd/unbound/dist/services/cache/
dns.c
702
msg->rep->
serve_expired_norec_ttl
= 0;
758
msg->rep->
serve_expired_norec_ttl
= 0;
805
msg->rep->
serve_expired_norec_ttl
= 0;
1156
cached->
serve_expired_norec_ttl
=
/src/external/bsd/unbound/dist/dns64/
dns64.c
852
rep->
serve_expired_norec_ttl
,
/src/external/bsd/unbound/dist/iterator/
iterator.c
328
rep->
serve_expired_norec_ttl
= NORR_TTL +
4033
if(from->rep->
serve_expired_norec_ttl
< to->rep->
serve_expired_norec_ttl
)
4034
to->rep->
serve_expired_norec_ttl
= from->rep->
serve_expired_norec_ttl
;
/src/external/bsd/unbound/dist/daemon/
worker.c
792
* if the
serve_expired_norec_ttl
is set for the record
795
timenow < rep->
serve_expired_norec_ttl
)
1987
!(*worker->env.now < rep->
serve_expired_norec_ttl
))) {
/src/external/bsd/unbound/dist/validator/
validator.c
2538
rep->
serve_expired_norec_ttl
= NORR_TTL +
Completed in 32 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026