Home
last modified time | relevance | path

Searched refs:term_sig_watcher_cb (Results 1 – 2 of 2) sorted by relevance

/dports/net/ocserv/ocserv-1.1.3/src/
H A Dworker-vpn.c107 static void term_sig_watcher_cb(struct ev_loop *loop, ev_signal *w, int revents);
2738 static void term_sig_watcher_cb(struct ev_loop *loop, ev_signal *w, int revents) in term_sig_watcher_cb() function
2793 ev_init(&alarm_sig_watcher, term_sig_watcher_cb); in worker_event_loop()
2797 ev_init (&int_sig_watcher, term_sig_watcher_cb); in worker_event_loop()
2801 ev_init (&term_sig_watcher, term_sig_watcher_cb); in worker_event_loop()
H A Dmain.c932 static void term_sig_watcher_cb(struct ev_loop *loop, ev_signal *w, int revents) in term_sig_watcher_cb() function
1547 ev_init (&int_sig_watcher, term_sig_watcher_cb); in main()
1551 ev_init (&term_sig_watcher, term_sig_watcher_cb); in main()