Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/services/
H A Doutside_network.h60 struct serviced_query;
330 struct serviced_query* sq;
417 struct serviced_query* sq;
444 struct serviced_query { struct
582 struct pending* pending_udp_query(struct serviced_query* sq,
598 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
641 struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
656 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
673 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.c113 struct serviced_query* q1 = (struct serviced_query*)key1; in serviced_cmp()
114 struct serviced_query* q2 = (struct serviced_query*)key2; in serviced_cmp()
1710 struct serviced_query* sq = (struct serviced_query*)node;
2447 struct serviced_query key;
2467 struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq));
2562 struct serviced_query* sq)
2928 struct serviced_query* sq = (struct serviced_query*)arg;
3110 struct serviced_query* sq = (struct serviced_query*)arg;
3251 struct serviced_query*
3260 struct serviced_query* sq;
[all …]
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dfake_event.c1088 pending_udp_query(struct serviced_query* sq, sldns_buffer* packet, in pending_udp_query()
1138 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet, in pending_tcp_query()
1187 struct serviced_query* outnet_serviced_query(struct outside_network* outnet, in outnet_serviced_query()
1288 return (struct serviced_query*)pend; in outnet_serviced_query()
1291 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg) in outnet_serviced_query_stop()
1400 size_t serviced_get_mem(struct serviced_query* ATTR_UNUSED(c)) in serviced_get_mem()
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dworker.c116 struct serviced_query* ATTR_UNUSED(cur_serv)) in worker_mem_report()
245 struct serviced_query *sq = e->qsent; in worker_handle_service_reply()
/dports/dns/unbound/unbound-1.14.0/doc/
H A DChangelog5743 serviced_query, without race conditions or administration issues.