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; 379 struct serviced_query* sq; 468 struct serviced_query* sq; 495 struct serviced_query { struct 641 struct pending* pending_udp_query(struct serviced_query* sq, 657 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq, 705 struct serviced_query* outnet_serviced_query(struct outside_network* outnet, 721 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg); 738 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() 1297 ((struct serviced_query*)w->cb_arg)->to_be_deleted = 1; 1900 struct serviced_query* sq = (struct serviced_query*)node; 2340 pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet, 2500 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 | 3331 - Add a region to serviced_query for allocations. 9146 serviced_query, without race conditions or administration issues.
|