/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | dohclient.c | 129 void* ATTR_UNUSED(cb_arg)) in http2_submit_request_read_cb() 256 uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg) in http2_recv_cb() 306 const uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg) in http2_send_cb() 338 nghttp2_error_code ATTR_UNUSED(error_code), void *cb_arg) in http2_stream_close_cb() 357 size_t len, void* cb_arg) in http2_data_chunk_recv_cb() 378 const nghttp2_frame *frame, void* ATTR_UNUSED(cb_arg)) in http2_frame_recv_cb() 407 uint8_t ATTR_UNUSED(flags), void* cb_arg) in http2_header_cb()
|
H A D | fake_event.c | 91 void* cb_arg; member 363 void* cb_arg = pend->cb_arg; in answer_callback_from_entry() local 487 void* cb_arg; in fake_pending_callback() local 942 listen_create(struct comm_base * base,struct listen_port * ATTR_UNUSED (ports),size_t bufsize,int ATTR_UNUSED (tcp_accept_count),int ATTR_UNUSED (tcp_idle_timeout),int ATTR_UNUSED (harden_large_queries),uint32_t ATTR_UNUSED (http_max_streams),char * ATTR_UNUSED (http_endpoint),int ATTR_UNUSED (http_notls),struct tcl_list * ATTR_UNUSED (tcp_conn_limit),void * ATTR_UNUSED (sslctx),struct dt_env * ATTR_UNUSED (dtenv),comm_point_callback_type * cb,void * cb_arg) listen_create() argument 1045 comm_signal_create(struct comm_base * base,void (* callback)(int,void *),void * cb_arg) comm_signal_create() argument 1373 outnet_serviced_query_stop(struct serviced_query * sq,void * cb_arg) outnet_serviced_query_stop() argument 1626 comm_timer_create(struct comm_base * base,void (* cb)(void *),void * cb_arg) comm_timer_create() argument 1748 outnet_comm_point_for_udp(struct outside_network * outnet,comm_point_callback_type * cb,void * cb_arg,struct sockaddr_storage * ATTR_UNUSED (to_addr),socklen_t ATTR_UNUSED (to_addrlen)) outnet_comm_point_for_udp() argument 1767 outnet_comm_point_for_tcp(struct outside_network * outnet,comm_point_callback_type * cb,void * cb_arg,struct sockaddr_storage * to_addr,socklen_t to_addrlen,struct sldns_buffer * query,int timeout,int ATTR_UNUSED (ssl),char * ATTR_UNUSED (host)) outnet_comm_point_for_tcp() argument 1840 outnet_comm_point_for_http(struct outside_network * outnet,comm_point_callback_type * cb,void * cb_arg,struct sockaddr_storage * to_addr,socklen_t to_addrlen,int timeout,int ssl,char * host,char * path,struct config_file * cfg) outnet_comm_point_for_http() argument [all...] |
H A D | replay.h | 303 void *cb_arg; member 353 void* cb_arg; member 396 void* cb_arg; member
|
/openbsd-src/usr.sbin/vmd/ |
H A D | atomicio.c | 44 atomicio6(ssize_t (* f)(int,void *,size_t),int fd,void * _s,size_t n,int (* cb)(void *,size_t),void * cb_arg) atomicio6() argument 90 atomiciov6(ssize_t (* f)(int,const struct iovec *,int),int fd,const struct iovec * _iov,int iovcnt,int (* cb)(void *,size_t),void * cb_arg) atomiciov6() argument
|
/openbsd-src/usr.bin/ssh/ |
H A D | atomicio.c | 44 int (*cb)(void *, size_t), void *cb_arg) in atomicio6() argument 95 int (*cb)(void *, size_t), void *cb_arg) in atomiciov6() argument
|
/openbsd-src/regress/lib/libtls/tls/ |
H A D | tlstest.c | 98 client_read(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) in client_read() argument 105 client_write(struct tls *ctx, const void *buf, size_t buflen, void *cb_arg) in client_write() argument 112 server_read(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) in server_read() argument 119 server_write(struct tls *ctx, const void *buf, size_t buflen, void *cb_arg) in server_write() argument
|
/openbsd-src/sbin/unwind/libunbound/util/storage/ |
H A D | lruhash.c | 306 struct lruhash_entry* entry, void* data, void* cb_arg) in lruhash_insert() 532 lruhash_update_space_used(struct lruhash* table, void* cb_arg, int diff_size) in lruhash_update_space_used() 619 struct lruhash_entry* entry, void* data, void* cb_arg) in lruhash_insert_or_retrieve()
|
/openbsd-src/usr.sbin/unbound/util/storage/ |
H A D | lruhash.c | 306 struct lruhash_entry* entry, void* data, void* cb_arg) in lruhash_insert() 532 lruhash_update_space_used(struct lruhash* table, void* cb_arg, int diff_size) in lruhash_update_space_used() 619 struct lruhash_entry* entry, void* data, void* cb_arg) in lruhash_insert_or_retrieve()
|
H A D | lruhash.h | 161 void* cb_arg; member
|
/openbsd-src/usr.sbin/unbound/services/ |
H A D | listen_dnsport.c | 1450 void *cb_arg) in listen_create() argument 2417 nghttp2_data_source* source, void* ATTR_UNUSED(cb_arg)) in http2_submit_response_read_callback() argument 2599 nghttp2_data_source* source, void* ATTR_UNUSED(cb_arg)) in http2_submit_error_read_callback() argument 2712 const nghttp2_frame* frame, void* cb_arg) in http2_req_frame_recv_cb() argument 2800 http2_req_begin_headers_cb(nghttp2_session * session,const nghttp2_frame * frame,void * cb_arg) http2_req_begin_headers_cb() argument 2927 http2_req_header_cb(nghttp2_session * session,const nghttp2_frame * frame,const uint8_t * name,size_t namelen,const uint8_t * value,size_t valuelen,uint8_t ATTR_UNUSED (flags),void * cb_arg) http2_req_header_cb() argument 3046 http2_req_data_chunk_recv_cb(nghttp2_session * ATTR_UNUSED (session),uint8_t ATTR_UNUSED (flags),int32_t stream_id,const uint8_t * data,size_t len,void * cb_arg) http2_req_data_chunk_recv_cb() argument [all...] |
/openbsd-src/sbin/unwind/libunbound/services/ |
H A D | listen_dnsport.c | 1450 void *cb_arg) in listen_create() argument 2417 nghttp2_data_source* source, void* ATTR_UNUSED(cb_arg)) in http2_submit_response_read_callback() argument 2599 nghttp2_data_source* source, void* ATTR_UNUSED(cb_arg)) in http2_submit_error_read_callback() argument 2712 const nghttp2_frame* frame, void* cb_arg) in http2_req_frame_recv_cb() argument 2800 http2_req_begin_headers_cb(nghttp2_session * session,const nghttp2_frame * frame,void * cb_arg) http2_req_begin_headers_cb() argument 2927 http2_req_header_cb(nghttp2_session * session,const nghttp2_frame * frame,const uint8_t * name,size_t namelen,const uint8_t * value,size_t valuelen,uint8_t ATTR_UNUSED (flags),void * cb_arg) http2_req_header_cb() argument 3046 http2_req_data_chunk_recv_cb(nghttp2_session * ATTR_UNUSED (session),uint8_t ATTR_UNUSED (flags),int32_t stream_id,const uint8_t * data,size_t len,void * cb_arg) http2_req_data_chunk_recv_cb() argument [all...] |
/openbsd-src/regress/lib/libssl/record/ |
H A D | recordtest.c | 75 read_cb(void *buf, size_t buflen, void *cb_arg) in read_cb() 96 write_cb(const void *buf, size_t buflen, void *cb_arg) in write_cb()
|
/openbsd-src/sys/kern/ |
H A D | kern_watchdog.c | 39 wdog_register(int (*cb)(void *, int), void *cb_arg) in wdog_register() argument
|
/openbsd-src/lib/libcrypto/dh/ |
H A D | dh_gen.c | 182 void (*callback)(int, int, void *), void *cb_arg) in DH_generate_parameters() argument
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | netevent.h | 122 void* cb_arg; member 417 void *cb_arg; member 431 void* cb_arg; member 448 void* cb_arg; member [all...] |
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | netevent.h | 122 void* cb_arg; member 417 void *cb_arg; member 431 void* cb_arg; member 448 void* cb_arg; member [all...] |
/openbsd-src/usr.sbin/bgpd/ |
H A D | mrt.c | 794 struct cb_arg { global() struct 802 numpcb_arg mrt_dump_v2_hdr_peer() argument
|
/openbsd-src/lib/libcrypto/rsa/ |
H A D | rsa_gen.c | 227 void (*callback)(int, int, void *), void *cb_arg) in RSA_generate_key() argument
|
/openbsd-src/lib/libtls/ |
H A D | tls_bio_cb.c | 139 void *cb_arg) in tls_set_cbs()
|
/openbsd-src/usr.sbin/unbound/dynlibmod/ |
H A D | dynlibmod.h | 97 void *cb_arg; member
|
/openbsd-src/lib/libssl/ |
H A D | tls13_lib.c | 474 tls13_phh_received_cb(void *cb_arg) in tls13_phh_received_cb() 515 tls13_phh_done_cb(void *cb_arg) in tls13_phh_done_cb()
|
H A D | tls13_handshake_msg.c | 114 tls13_handshake_msg_read_cb(void *buf, size_t n, void *cb_arg) in tls13_handshake_msg_read_cb()
|
H A D | tls_buffer.c | 130 tls_read_cb read_cb, void *cb_arg) in tls_buffer_extend()
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_lib.c | 729 BN_GENCB_set_old(BN_GENCB *gencb, void (*cb)(int, int, void *), void *cb_arg) in BN_GENCB_set_old() argument 739 BN_GENCB_set(BN_GENCB *gencb, int (*cb)(int, int, BN_GENCB *), void *cb_arg) in BN_GENCB_set()
|
/openbsd-src/lib/libcrypto/dsa/ |
H A D | dsa.h | 186 DSA_is_prime(n,callback,cb_arg) global() argument
|