Symbol: serve_expired_data
sbin/unwind/libunbound/services/mesh.c
1020
mstate->s.serve_expired_data = NULL;
sbin/unwind/libunbound/services/mesh.c
1056
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
sbin/unwind/libunbound/services/mesh.c
1057
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1058
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
1708
if(mstate->s.serve_expired_data) {
sbin/unwind/libunbound/services/mesh.c
1709
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1710
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
2415
if(!qstate->serve_expired_data) return;
sbin/unwind/libunbound/services/mesh.c
2417
comm_timer_delete(qstate->serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
2418
qstate->serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
2431
qstate->serve_expired_data->get_cached_answer));
sbin/unwind/libunbound/services/mesh.c
2432
msg = (*qstate->serve_expired_data->get_cached_answer)(qstate,
sbin/unwind/libunbound/services/mesh.c
2598
if(!mstate->s.serve_expired_data)
sbin/unwind/libunbound/services/mesh.c
395
if(!mstate->s.serve_expired_data) {
sbin/unwind/libunbound/services/mesh.c
396
mstate->s.serve_expired_data = (struct serve_expired_data*)
sbin/unwind/libunbound/services/mesh.c
398
mstate->s.region, sizeof(struct serve_expired_data));
sbin/unwind/libunbound/services/mesh.c
399
if(!mstate->s.serve_expired_data)
sbin/unwind/libunbound/services/mesh.c
404
mstate->s.serve_expired_data->get_cached_answer =
sbin/unwind/libunbound/services/mesh.c
405
mstate->s.serve_expired_data->get_cached_answer?
sbin/unwind/libunbound/services/mesh.c
406
mstate->s.serve_expired_data->get_cached_answer:
sbin/unwind/libunbound/services/mesh.c
410
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
sbin/unwind/libunbound/services/mesh.c
411
mstate->s.serve_expired_data->timer = comm_timer_create(
sbin/unwind/libunbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer)
sbin/unwind/libunbound/services/mesh.c
419
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
sbin/unwind/libunbound/util/module.h
670
struct serve_expired_data* serve_expired_data;
usr.sbin/unbound/cachedb/cachedb.c
847
if(qstate->need_refetch && qstate->serve_expired_data &&
usr.sbin/unbound/cachedb/cachedb.c
848
qstate->serve_expired_data->timer) {
usr.sbin/unbound/cachedb/cachedb.c
859
if(qstate->serve_expired_data &&
usr.sbin/unbound/services/mesh.c
1020
mstate->s.serve_expired_data = NULL;
usr.sbin/unbound/services/mesh.c
1056
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
usr.sbin/unbound/services/mesh.c
1057
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1058
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
1708
if(mstate->s.serve_expired_data) {
usr.sbin/unbound/services/mesh.c
1709
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1710
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
2415
if(!qstate->serve_expired_data) return;
usr.sbin/unbound/services/mesh.c
2417
comm_timer_delete(qstate->serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
2418
qstate->serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
2431
qstate->serve_expired_data->get_cached_answer));
usr.sbin/unbound/services/mesh.c
2432
msg = (*qstate->serve_expired_data->get_cached_answer)(qstate,
usr.sbin/unbound/services/mesh.c
2598
if(!mstate->s.serve_expired_data)
usr.sbin/unbound/services/mesh.c
395
if(!mstate->s.serve_expired_data) {
usr.sbin/unbound/services/mesh.c
396
mstate->s.serve_expired_data = (struct serve_expired_data*)
usr.sbin/unbound/services/mesh.c
398
mstate->s.region, sizeof(struct serve_expired_data));
usr.sbin/unbound/services/mesh.c
399
if(!mstate->s.serve_expired_data)
usr.sbin/unbound/services/mesh.c
404
mstate->s.serve_expired_data->get_cached_answer =
usr.sbin/unbound/services/mesh.c
405
mstate->s.serve_expired_data->get_cached_answer?
usr.sbin/unbound/services/mesh.c
406
mstate->s.serve_expired_data->get_cached_answer:
usr.sbin/unbound/services/mesh.c
410
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
usr.sbin/unbound/services/mesh.c
411
mstate->s.serve_expired_data->timer = comm_timer_create(
usr.sbin/unbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer)
usr.sbin/unbound/services/mesh.c
419
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
usr.sbin/unbound/util/module.h
670
struct serve_expired_data* serve_expired_data;