/freebsd/contrib/unbound/util/ |
H A D | ub_event_pluggable.c | 130 # define NATIVE_BITS_CB(c) (c) argument 193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() argument 276 my_event_new(struct ub_event_base* base, int fd, short bits, in my_event_new() argument 297 void (*cb)(int, short, void*), void* arg) in my_signal_new() argument 317 void (*cb)(int, short, void*), void* arg) in my_winsock_register_wsaevent() argument 508 ub_event_new(struct ub_event_base* base, int fd, short bits, in ub_event_new() argument 521 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument 533 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument 608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
|
H A D | ub_event.c | 134 # define NATIVE_BITS_CB(c) (c) argument 290 ub_event_new(struct ub_event_base* base, int fd, short bits, in ub_event_new() argument 315 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument 339 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument 400 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
|
/freebsd/contrib/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 290 void (*ev_cb)(int, short, void*), void* data) in tap_socket_new_local() argument 311 void (*ev_cb)(int, short, void*), void* data) in tap_socket_new_tcpaccept() argument 332 void (*ev_cb)(int, short, void*), void* data, char* server_key, in tap_socket_new_tlsaccept() argument 1458 int c; in main() local 1606 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() 1614 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply() 1622 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 1630 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback() 1691 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event.c | 1764 int i, c = 0; in event_process_active() local 2042 event_once(evutil_socket_t fd, short events, in event_once() argument 2051 event_base_once(struct event_base *base, evutil_socket_t fd, short events, in event_base_once() argument 2113 event_assign(struct event *ev, struct event_base *base, evutil_socket_t fd, short events, void (*ca… in event_assign() argument 2179 event_set(struct event *ev, evutil_socket_t fd, short events, in event_set() argument 2208 event_new(struct event_base *base, evutil_socket_t fd, short events, void (*cb)(evutil_socket_t, sh… in event_new() argument
|
/freebsd/contrib/libevent/ |
H A D | event.c | 1764 int i, c = 0; in event_process_active() local 2042 event_once(evutil_socket_t fd, short events, in event_once() argument 2051 event_base_once(struct event_base *base, evutil_socket_t fd, short events, in event_base_once() argument 2113 event_assign(struct event *ev, struct event_base *base, evutil_socket_t fd, short events, void (*ca… in event_assign() argument 2179 event_set(struct event *ev, evutil_socket_t fd, short events, in event_set() argument 2208 event_new(struct event_base *base, evutil_socket_t fd, short events, void (*cb)(evutil_socket_t, sh… in event_new() argument
|