Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/util/
H A Dub_event.c96 UB_EV_BITS_CB(comm_point_local_handle_callback) in UB_EV_BITS_CB()
116 else if(cb == comm_point_local_handle_callback) in UB_EV_BITS_CB()
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.h956 void comm_point_local_handle_callback(int fd, short event, void* arg);
H A Dfptr_wlist.c175 else if(fptr == &comm_point_local_handle_callback) return 1; in fptr_whitelist_event()
H A Dnetevent.c3244 void comm_point_local_handle_callback(int fd, short event, void* arg) function
3891 comm_point_local_handle_callback, c);
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dfake_event.c1479 void comm_point_local_handle_callback(int ATTR_UNUSED(fd), in comm_point_local_handle_callback() function