Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/services/
HDoutside_network.h59 struct serviced_query;
223 struct serviced_query* sq;
308 struct serviced_query { struct
432 struct pending* pending_udp_query(struct serviced_query* sq,
448 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
489 struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
504 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
521 size_t serviced_get_mem(struct serviced_query* sq);
HDoutside_network.c79 static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff);
104 struct serviced_query* q1 = (struct serviced_query*)key1; in serviced_cmp()
105 struct serviced_query* q2 = (struct serviced_query*)key2; in serviced_cmp()
740 struct serviced_query* sq = (struct serviced_query*)node;
1052 pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
1125 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
1204 static struct serviced_query*
1208 struct serviced_query key;
1216 return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
1220 static struct serviced_query*
[all …]
HDoutbound_list.h45 struct serviced_query;
67 struct serviced_query* qsent;
/NextBSD/contrib/unbound/daemon/
HDworker.c152 struct serviced_query* ATTR_UNUSED(cur_serv)) in worker_mem_report()
270 struct serviced_query *sq = e->qsent; in worker_handle_service_reply()
/NextBSD/contrib/unbound/doc/
HDChangelog1304 serviced_query, without race conditions or administration issues.