Symbol: serve_expired_data
sbin/unwind/libunbound/services/mesh.c
1048
mstate->s.serve_expired_data = NULL;
sbin/unwind/libunbound/services/mesh.c
1085
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
sbin/unwind/libunbound/services/mesh.c
1086
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1087
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
1748
if(mstate->s.serve_expired_data) {
sbin/unwind/libunbound/services/mesh.c
1749
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1750
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
2489
if(!qstate->serve_expired_data) return;
sbin/unwind/libunbound/services/mesh.c
2491
comm_timer_delete(qstate->serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
2492
qstate->serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
2505
qstate->serve_expired_data->get_cached_answer));
sbin/unwind/libunbound/services/mesh.c
2506
msg = (*qstate->serve_expired_data->get_cached_answer)(qstate,
sbin/unwind/libunbound/services/mesh.c
2682
if(!mstate->s.serve_expired_data)
sbin/unwind/libunbound/services/mesh.c
398
if(!mstate->s.serve_expired_data) {
sbin/unwind/libunbound/services/mesh.c
399
mstate->s.serve_expired_data = (struct serve_expired_data*)
sbin/unwind/libunbound/services/mesh.c
401
mstate->s.region, sizeof(struct serve_expired_data));
sbin/unwind/libunbound/services/mesh.c
402
if(!mstate->s.serve_expired_data)
sbin/unwind/libunbound/services/mesh.c
407
mstate->s.serve_expired_data->get_cached_answer =
sbin/unwind/libunbound/services/mesh.c
408
mstate->s.serve_expired_data->get_cached_answer?
sbin/unwind/libunbound/services/mesh.c
409
mstate->s.serve_expired_data->get_cached_answer:
sbin/unwind/libunbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
sbin/unwind/libunbound/services/mesh.c
414
mstate->s.serve_expired_data->timer = comm_timer_create(
sbin/unwind/libunbound/services/mesh.c
416
if(!mstate->s.serve_expired_data->timer)
sbin/unwind/libunbound/services/mesh.c
422
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
sbin/unwind/libunbound/util/module.h
675
struct serve_expired_data* serve_expired_data;
usr.sbin/unbound/cachedb/cachedb.c
859
if(qstate->need_refetch && qstate->serve_expired_data &&
usr.sbin/unbound/cachedb/cachedb.c
860
qstate->serve_expired_data->timer) {
usr.sbin/unbound/cachedb/cachedb.c
873
if(qstate->serve_expired_data &&
usr.sbin/unbound/services/mesh.c
1048
mstate->s.serve_expired_data = NULL;
usr.sbin/unbound/services/mesh.c
1085
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
usr.sbin/unbound/services/mesh.c
1086
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1087
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
1748
if(mstate->s.serve_expired_data) {
usr.sbin/unbound/services/mesh.c
1749
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1750
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
2489
if(!qstate->serve_expired_data) return;
usr.sbin/unbound/services/mesh.c
2491
comm_timer_delete(qstate->serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
2492
qstate->serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
2505
qstate->serve_expired_data->get_cached_answer));
usr.sbin/unbound/services/mesh.c
2506
msg = (*qstate->serve_expired_data->get_cached_answer)(qstate,
usr.sbin/unbound/services/mesh.c
2682
if(!mstate->s.serve_expired_data)
usr.sbin/unbound/services/mesh.c
398
if(!mstate->s.serve_expired_data) {
usr.sbin/unbound/services/mesh.c
399
mstate->s.serve_expired_data = (struct serve_expired_data*)
usr.sbin/unbound/services/mesh.c
401
mstate->s.region, sizeof(struct serve_expired_data));
usr.sbin/unbound/services/mesh.c
402
if(!mstate->s.serve_expired_data)
usr.sbin/unbound/services/mesh.c
407
mstate->s.serve_expired_data->get_cached_answer =
usr.sbin/unbound/services/mesh.c
408
mstate->s.serve_expired_data->get_cached_answer?
usr.sbin/unbound/services/mesh.c
409
mstate->s.serve_expired_data->get_cached_answer:
usr.sbin/unbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
usr.sbin/unbound/services/mesh.c
414
mstate->s.serve_expired_data->timer = comm_timer_create(
usr.sbin/unbound/services/mesh.c
416
if(!mstate->s.serve_expired_data->timer)
usr.sbin/unbound/services/mesh.c
422
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
usr.sbin/unbound/util/module.h
675
struct serve_expired_data* serve_expired_data;