Home
last modified time | relevance | path

Searched refs:comm_point_local_handle_callback (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dub_event.c103 UB_EV_BITS_CB(comm_point_local_handle_callback) in UB_EV_BITS_CB()
143 else if(cb == comm_point_local_handle_callback)
H A Dub_event_pluggable.c98 UB_EV_BITS_CB(comm_point_local_handle_callback) in UB_EV_BITS_CB()
117 else if(cb == comm_point_local_handle_callback) in UB_EV_BITS_CB()
H A Dnetevent.h1154 void comm_point_local_handle_callback(int fd, short event, void* arg);
H A Dfptr_wlist.c185 else if(fptr == &comm_point_local_handle_callback) return 1; in fptr_whitelist_event()
H A Dnetevent.c5688 void comm_point_local_handle_callback(int fd, short event, void* arg)
6442 comm_point_local_handle_callback, c);
5701 void comm_point_local_handle_callback(int fd, short event, void* arg) global() function