Lines Matching defs:ATTR_UNUSED

53 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
54 uint8_t* ATTR_UNUSED(buffer), size_t ATTR_UNUSED(len),
55 int ATTR_UNUSED(error), void* ATTR_UNUSED(arg))
60 int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
61 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
62 struct comm_reply* ATTR_UNUSED(repinfo))
68 int worker_handle_reply(struct comm_point* ATTR_UNUSED(c),
69 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
70 struct comm_reply* ATTR_UNUSED(reply_info))
76 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
77 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
78 struct comm_reply* ATTR_UNUSED(reply_info))
84 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
85 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
86 struct comm_reply* ATTR_UNUSED(repinfo))
92 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
93 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
94 struct comm_reply* ATTR_UNUSED(repinfo))
100 void worker_sighandler(int ATTR_UNUSED(sig), void* ATTR_UNUSED(arg))
106 struct query_info* ATTR_UNUSED(qinfo), uint16_t ATTR_UNUSED(flags),
107 int ATTR_UNUSED(dnssec), int ATTR_UNUSED(want_dnssec),
108 int ATTR_UNUSED(nocaps), struct sockaddr_storage* ATTR_UNUSED(addr),
109 socklen_t ATTR_UNUSED(addrlen), uint8_t* ATTR_UNUSED(zone),
110 size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(ssl_upstream),
111 char* ATTR_UNUSED(tls_auth_name), struct module_qstate* ATTR_UNUSED(q))
119 worker_win_stop_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev), void*
120 ATTR_UNUSED(arg)) {
125 wsvc_cron_cb(void* ATTR_UNUSED(arg))
132 worker_alloc_cleanup(void* ATTR_UNUSED(arg))
138 struct query_info* ATTR_UNUSED(qinfo), uint16_t ATTR_UNUSED(flags),
139 int ATTR_UNUSED(dnssec), int ATTR_UNUSED(want_dnssec),
140 int ATTR_UNUSED(nocaps), struct sockaddr_storage* ATTR_UNUSED(addr),
141 socklen_t ATTR_UNUSED(addrlen), uint8_t* ATTR_UNUSED(zone),
142 size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(ssl_upstream),
143 char* ATTR_UNUSED(tls_auth_name), struct module_qstate* ATTR_UNUSED(q))
149 int libworker_handle_reply(struct comm_point* ATTR_UNUSED(c),
150 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
151 struct comm_reply* ATTR_UNUSED(reply_info))
157 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
158 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
159 struct comm_reply* ATTR_UNUSED(reply_info))
165 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
166 uint8_t* ATTR_UNUSED(buffer), size_t ATTR_UNUSED(len),
167 int ATTR_UNUSED(error), void* ATTR_UNUSED(arg))
172 void libworker_fg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode),
173 struct sldns_buffer* ATTR_UNUSED(buf), enum sec_status ATTR_UNUSED(s),
174 char* ATTR_UNUSED(why_bogus), int ATTR_UNUSED(was_ratelimited))
179 void libworker_bg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode),
180 struct sldns_buffer* ATTR_UNUSED(buf), enum sec_status ATTR_UNUSED(s),
181 char* ATTR_UNUSED(why_bogus), int ATTR_UNUSED(was_ratelimited))
186 void libworker_event_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode),
187 struct sldns_buffer* ATTR_UNUSED(buf), enum sec_status ATTR_UNUSED(s),
188 char* ATTR_UNUSED(why_bogus), int ATTR_UNUSED(was_ratelimited))
193 int context_query_cmp(const void* ATTR_UNUSED(a), const void* ATTR_UNUSED(b))
199 void worker_stat_timer_cb(void* ATTR_UNUSED(arg))
204 void worker_probe_timer_cb(void* ATTR_UNUSED(arg))
209 void worker_start_accept(void* ATTR_UNUSED(arg))
214 void worker_stop_accept(void* ATTR_UNUSED(arg))
244 int replay_var_compare(const void* ATTR_UNUSED(a), const void* ATTR_UNUSED(b))
250 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg))
256 void dtio_tap_callback(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
257 void* ATTR_UNUSED(arg))
264 void dtio_mainfdcallback(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
265 void* ATTR_UNUSED(arg))