HomeSort by: relevance | last modified time | path
    Searched refs:tube_handle_signal (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
tube.h 278 void tube_handle_signal(int fd, short events, void* arg);
ub_event.c 105 UB_EV_BITS_CB(tube_handle_signal)
149 else if(cb == tube_handle_signal)
tube.c 520 void tube_handle_signal(int ATTR_UNUSED(fd), short ATTR_UNUSED(events), function
742 comm_base_internal(base), tube->event, &tube_handle_signal, tube);
781 void tube_handle_signal(int ATTR_UNUSED(fd), short ATTR_UNUSED(events), function
ub_event_pluggable.c 100 UB_EV_BITS_CB(tube_handle_signal)
121 else if(cb == tube_handle_signal)
fptr_wlist.c 187 else if(fptr == &tube_handle_signal) return 1;

Completed in 20 milliseconds