Home
last modified time | relevance | path

Searched refs:outnet_serviced_query_stop (Results 1 – 5 of 5) sorted by relevance

/src/contrib/unbound/services/
H A Doutbound_list.c60 outnet_serviced_query_stop(p->qsent, p); in outbound_list_clear()
82 outnet_serviced_query_stop(e->qsent, e); in outbound_list_remove()
H A Doutside_network.h674 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
H A Doutside_network.c3563 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
/src/contrib/unbound/testcode/
H A Dfake_event.c1400 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg) in outnet_serviced_query_stop() function
/src/contrib/unbound/doc/
H A DChangelog6639 - Fix #747: assert in outnet_serviced_query_stop.