Searched refs:comm_point_http_handle_callback (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/unbound/util/ |
H A D | ub_event.c | 98 UB_EV_BITS_CB(comm_point_http_handle_callback) in UB_EV_BITS_CB() 120 else if(cb == comm_point_http_handle_callback) in UB_EV_BITS_CB()
|
H A D | netevent.h | 852 void comm_point_http_handle_callback(int fd, short event, void* arg);
|
H A D | fptr_wlist.c | 183 else if(fptr == &comm_point_http_handle_callback) return 1; in fptr_whitelist_event()
|
H A D | netevent.c | 1459 comm_point_http_handle_callback, c_hdl); 3882 comm_point_http_handle_callback(int fd, short event, void* arg) function 4287 comm_point_http_handle_callback, c); 4526 comm_point_http_handle_callback, c);
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | netevent.h | 852 void comm_point_http_handle_callback(int fd, short event, void* arg);
|
H A D | fptr_wlist.c | 183 else if(fptr == &comm_point_http_handle_callback) return 1; in fptr_whitelist_event()
|
H A D | netevent.c | 1459 comm_point_http_handle_callback, c_hdl); 3882 comm_point_http_handle_callback(int fd, short event, void* arg) function 4287 comm_point_http_handle_callback, c); 4526 comm_point_http_handle_callback, c);
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | fake_event.c | 1560 void comm_point_http_handle_callback(int ATTR_UNUSED(fd), in comm_point_http_handle_callback() function
|