HomeSort by: relevance | last modified time | path
    Searched defs:ATTR_UNUSED (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/nsd/dist/
buffer.h 55 buffer_invariant(buffer_type *ATTR_UNUSED(buffer))
nsd-checkconf.c 24 int zonec_parse_string(region_type* ATTR_UNUSED(region),
25 domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone),
26 char* ATTR_UNUSED(str), domain_type** ATTR_UNUSED(parsed),
27 int* ATTR_UNUSED(num_rrs))
util.c 1103 int set_cpu_affinity(cpuset_t *ATTR_UNUSED(set))
server.c 2106 add_ocsp_data_cb(SSL *s, void* ATTR_UNUSED(arg))
2127 server_alpn_cb(SSL* ATTR_UNUSED(s),
2130 void* ATTR_UNUSED(arg))
2460 void* ATTR_UNUSED(arg))
3829 static void remaining_tcp_timeout(int ATTR_UNUSED(fd), short event, void* arg)
5491 handle_slowaccept_timeout(int ATTR_UNUSED(fd), short ATTR_UNUSED(event),
5492 void* ATTR_UNUSED(arg))
  /src/external/bsd/unbound/dist/sldns/
sbuffer.h 142 sldns_buffer_invariant(sldns_buffer *ATTR_UNUSED(buffer))
  /src/external/bsd/unbound/dist/testcode/
dohclient.c 126 nghttp2_session* ATTR_UNUSED(session),
127 int32_t ATTR_UNUSED(stream_id), uint8_t* buf, size_t length,
129 void* ATTR_UNUSED(cb_arg))
255 static ssize_t http2_recv_cb(nghttp2_session* ATTR_UNUSED(session),
256 uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg)
305 static ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session),
306 const uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg)
336 static int http2_stream_close_cb(nghttp2_session* ATTR_UNUSED(session),
337 int32_t ATTR_UNUSED(stream_id),
338 nghttp2_error_code ATTR_UNUSED(error_code), void *cb_arg
    [all...]
  /src/external/bsd/unbound/dist/winrc/
win_svc.c 425 #define ATTR_UNUSED(x) x
435 service_main(DWORD ATTR_UNUSED(argc), LPTSTR* ATTR_UNUSED(argv))
545 worker_win_stop_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev), void* arg)
576 win_do_cron(void* ATTR_UNUSED(arg))
657 void wsvc_desetup_worker(struct worker* ATTR_UNUSED(worker))
  /src/external/bsd/unbound/dist/util/
net_help.c 1176 dot_alpn_select_cb(SSL* ATTR_UNUSED(ssl), const unsigned char** out,
1178 void* ATTR_UNUSED(arg))
1196 static int doh_alpn_select_cb(SSL* ATTR_UNUSED(ssl), const unsigned char** out,
1198 void* ATTR_UNUSED(arg))
1749 ub_crypto_lock_cb(int mode, int type, const char *ATTR_UNUSED(file),
1750 int ATTR_UNUSED(line))
1854 int tls_session_ticket_key_cb(SSL *ATTR_UNUSED(sslctx), unsigned char* key_name,
1996 sock_strerror(int ATTR_UNUSED(errn))
  /src/external/bsd/nsd/include/
config.h 995 #define ATTR_UNUSED(x)
997 #define ATTR_UNUSED(x) x __attribute__((__unused__))
999 #define ATTR_UNUSED(x) x
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 2531 nghttp2_session* ATTR_UNUSED(session),
2533 nghttp2_data_source* source, void* ATTR_UNUSED(cb_arg))
2682 int http2_submit_dns_response(void* ATTR_UNUSED(v))
2713 nghttp2_session* ATTR_UNUSED(session),
2715 nghttp2_data_source* source, void* ATTR_UNUSED(cb_arg))
3042 const uint8_t* value, size_t valuelen, uint8_t ATTR_UNUSED(flags),
3160 static int http2_req_data_chunk_recv_cb(nghttp2_session* ATTR_UNUSED(session),
3161 uint8_t ATTR_UNUSED(flags), int32_t stream_id, const uint8_t* data,
3374 conid_tree_del(rbnode_type* node, void* ATTR_UNUSED(arg))
4219 doq_get_new_connection_id_cb(ngtcp2_conn* ATTR_UNUSED(conn), ngtcp2_cid* cid
    [all...]
  /src/external/bsd/unbound/include/
config.h 1397 # define ATTR_UNUSED(x) x
1399 # define ATTR_UNUSED(x)
1401 # define ATTR_UNUSED(x) x __attribute__((unused))
1403 # define ATTR_UNUSED(x) x

Completed in 29 milliseconds