Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/services/
H A Doutside_network.h62 struct serviced_query;
334 struct serviced_query* sq;
423 struct serviced_query* sq;
450 struct serviced_query { struct
597 struct pending* pending_udp_query(struct serviced_query* sq,
613 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
659 struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
674 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
691 size_t serviced_get_mem(struct serviced_query* sq);
H A Doutbound_list.h45 struct serviced_query;
67 struct serviced_query* qsent;
H A Doutside_network.c119 struct serviced_query* q1 = (struct serviced_query*)key1; in serviced_cmp()
120 struct serviced_query* q2 = (struct serviced_query*)key2; in serviced_cmp()
1823 struct serviced_query* sq = (struct serviced_query*)node;
2572 struct serviced_query key;
2587 struct serviced_query* sq = (struct serviced_query*)arg;
2619 struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq));
2695 struct serviced_query* sq)
3076 struct serviced_query* sq = (struct serviced_query*)arg;
3264 struct serviced_query* sq = (struct serviced_query*)arg;
3407 struct serviced_query*
[all …]
/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c118 struct serviced_query* ATTR_UNUSED(cur_serv)) in worker_mem_report()
249 struct serviced_query *sq = e->qsent; in worker_handle_service_reply()
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog1708 - Add a region to serviced_query for allocations.
7523 serviced_query, without race conditions or administration issues.