Searched refs:serviced_query (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | outside_network.h | 66 struct serviced_query; 341 struct serviced_query* sq; 430 struct serviced_query* sq; 457 struct serviced_query { struct 604 struct pending* pending_udp_query(struct serviced_query* sq, 620 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq, 666 struct serviced_query* outnet_serviced_query(struct outside_network* outnet, 681 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg); 698 size_t serviced_get_mem(struct serviced_query* sq);
|
| H A D | outbound_list.h | 45 struct serviced_query; 67 struct serviced_query* qsent;
|
| H A D | outside_network.c | 84 static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff); 94 static int serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff); 97 static int serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff); 100 static void serviced_callbacks(struct serviced_query* sq, int error, 119 struct serviced_query* q1 = (struct serviced_query*)key1; in serviced_cmp() 120 struct serviced_query* q2 = (struct serviced_query*)key2; in serviced_cmp() 1296 ((struct serviced_query*)w->cb_arg)->to_be_deleted = 1; 1885 struct serviced_query* sq = (struct serviced_query*)node; 2325 pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet, 2485 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet, [all …]
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 118 struct serviced_query* ATTR_UNUSED(cur_serv)) in worker_mem_report() 249 struct serviced_query *sq = e->qsent; in worker_handle_service_reply()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 2754 - Add a region to serviced_query for allocations. 8569 serviced_query, without race conditions or administration issues.
|