Home
last modified time | relevance | path

Searched +refs:state +refs:sighandler (Results 26 – 50 of 261) sorted by relevance

1234567891011

/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dpeers.h76 int state; /* proxy state */ member
79 struct sig_handler *sighandler; /* signal handler */ member
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dpeers.h76 int state; /* proxy state */ member
79 struct sig_handler *sighandler; /* signal handler */ member
/dports/net/dante/dante-1.4.3/lib/
H A Dupnp.c55 static void sighandler(int sig);
75 if (*gw->state.data.upnp.controlurl != NUL) {
78 str2vis(gw->state.data.upnp.controlurl,
285 str2vis(gw->state.data.upnp.controlurl,
803 oursig.sa_handler = sighandler;
831 sighandler(sig) in sighandler() function
878 if (socksfd.state.version != PROXY_UPNP)
889 if (socksfd.state.command != SOCKS_BIND)
896 if (!socksfd.state.acceptpending)
902 if (socksfd.state.protocol.tcp)
[all …]
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dpeers-t.h85 int state; /* proxy state */ member
88 struct sig_handler *sighandler; /* signal handler */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dpeers.h86 int state; /* proxy state */ member
89 struct sig_handler *sighandler; /* signal handler */ member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dpeers.h86 int state; /* proxy state */ member
89 struct sig_handler *sighandler; /* signal handler */ member
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dpeers.h86 int state; /* proxy state */ member
89 struct sig_handler *sighandler; /* signal handler */ member
/dports/sysutils/heirloom/heirloom-070715/pg/
H A Dpg.c192 enum state { enum
593 sighandler(int signum) function
728 static enum state
835 enum state state = COUNT, ostate = COUNT; local
896 state = COUNT;
905 state = COUNT;
1990 sigset(SIGINT, sighandler);
1992 sigset(SIGQUIT, sighandler);
2266 sigset(SIGINT, sighandler);
2268 sigset(SIGQUIT, sighandler);
[all …]
/dports/games/powwow/powwow-1.2.17/
H A Dutils.c77 switch(state) { in __P1()
93 state = NORM; in __P1()
205 state = NORM; in __P2()
254 state = NORM; in __P4()
262 state = ESCAPE; in __P4()
298 state = NORM; in __P2()
306 state = ESCAPE; in __P2()
718 function_signal sig_permanent __P2 (int,signum, function_signal,sighandler) in __P2() argument
726 act.sa_handler = sighandler; in __P2()
741 function_signal sig_oneshot __P2 (int,signum, function_signal,sighandler) in __P2() argument
[all …]
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dutil.c177 sighandler (int sig) in sighandler() function
291 act.sa_handler = sig[j] == SIGTSTP ? stophandler : sighandler; in install_signal_handlers()
300 signal (sig[j], sig[j] == SIGTSTP ? stophandler : sighandler); in install_signal_handlers()
349 } state; in get_funky_string() local
360 while (state < ST_END) in get_funky_string()
362 switch (state) in get_funky_string()
533 return state != ST_ERROR; in get_funky_string()
599 switch (state) in parse_diff_color()
631 state = PS_2; in parse_diff_color()
640 state = PS_3; in parse_diff_color()
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dsignal_unix.go145 setsig(i, funcPC(sighandler))
196 setsig(sig, funcPC(sighandler))
273 setsig(_SIGPROF, funcPC(sighandler))
382 if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
444 sighandler(sig, info, ctx, g)
517 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
798 setsig(sig, funcPC(sighandler))
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dcyr_expire.c160 static void sighandler(int sig);
186 action.sa_handler = sighandler; in cyr_expire_init()
580 struct conversations_state *state = NULL; in expire_conversations() local
605 if (!conversations_open_mbox(mbentry->name, 0/*shared*/, &state)) { in expire_conversations()
606 conversations_prune(state, crock->expire_mark, &nseen, &ndeleted); in expire_conversations()
607 conversations_commit(&state); in expire_conversations()
621 static void sighandler(int sig __attribute((unused))) in sighandler() function
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dcyr_expire.c162 static void sighandler(int sig);
188 action.sa_handler = sighandler; in cyr_expire_init()
584 struct conversations_state *state = NULL; in expire_conversations() local
609 if (!conversations_open_mbox(mbentry->name, 0/*shared*/, &state)) { in expire_conversations()
610 conversations_prune(state, crock->expire_mark, &nseen, &ndeleted); in expire_conversations()
611 conversations_commit(&state); in expire_conversations()
625 static void sighandler(int sig __attribute((unused))) in sighandler() function
/dports/multimedia/camserv/camserv-0.5.1/camserv/
H A Dmain_loop.c115 res->state = CINFO_STATE_PREAMBLE; in clientinfo_new()
214 if( cinfo->state == CINFO_STATE_SENDSIZE ) in write_proxy_client()
218 cinfo->state = CINFO_STATE_PICTURE; in write_proxy_client()
253 cinfo->state = CINFO_STATE_SENDSIZE; in write_proxy_client()
268 if( cinfo->state == CINFO_STATE_PREAMBLE || in write_regular_client()
269 cinfo->state == CINFO_STATE_SEPERATOR ) in write_regular_client()
295 cinfo->state = CINFO_STATE_PICTURE; in write_regular_client()
309 cinfo->state = CINFO_STATE_SEPERATOR; in write_regular_client()
358 void sighandler( int signum ){ in sighandler() function
370 signal( SIGTERM, sighandler ); in setup_signals()
[all …]
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dmain.c224 sighandler (int signum UNUSED) in sighandler() function
480 prefix = keysym_to_string (prefix_key.sym, prefix_key.state); in show_welcome_message()
487 help = keysym_to_string (help_action->key, help_action->state); in show_welcome_message()
715 set_sig_handler (SIGTERM, sighandler); in main()
716 set_sig_handler (SIGINT, sighandler); in main()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsignal_unix.go147 setsig(i, abi.FuncPCABIInternal(sighandler))
198 setsig(sig, abi.FuncPCABIInternal(sighandler))
275 setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
396 if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
465 sighandler(sig, info, ctx, g)
592 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
908 setsig(sig, abi.FuncPCABIInternal(sighandler))
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dcyr_expire.c410 struct conversations_state *state = NULL; in expire_conversations() local
436 if (!conversations_open_path(filename, &state)) { in expire_conversations()
437 conversations_prune(state, crock->expire_mark, &nseen, &ndeleted); in expire_conversations()
438 conversations_commit(&state); in expire_conversations()
452 static void sighandler (int sig __attribute((unused))) in sighandler() function
560 action.sa_handler = sighandler; in main()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/powerpc/
H A Dtransactional_memory.rst47 Between these points the processor is in 'Transactional' state; any memory
59 state will roll back to that at the 'tbegin', and control will continue from
107 If the sighandler ucontext has uc_link set, a second ucontext has been
118 state TS.
123 Transaction-aware signal handlers can read the transactional register state
162 the stack pointer from the checkpointed state, rather than the speculated
171 Any transaction initiated inside a sighandler and suspended on return
172 from the sighandler to the kernel will get reclaimed and discarded.
199 it looks like the transaction has just started (the checkpointed state is
201 handler route. Furthermore, the transactional 2nd register state will be
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/powerpc/
H A Dtransactional_memory.rst47 Between these points the processor is in 'Transactional' state; any memory
59 state will roll back to that at the 'tbegin', and control will continue from
107 If the sighandler ucontext has uc_link set, a second ucontext has been
118 state TS.
123 Transaction-aware signal handlers can read the transactional register state
162 the stack pointer from the checkpointed state, rather than the speculated
171 Any transaction initiated inside a sighandler and suspended on return
172 from the sighandler to the kernel will get reclaimed and discarded.
199 it looks like the transaction has just started (the checkpointed state is
201 handler route. Furthermore, the transactional 2nd register state will be
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/powerpc/
H A Dtransactional_memory.rst47 Between these points the processor is in 'Transactional' state; any memory
59 state will roll back to that at the 'tbegin', and control will continue from
107 If the sighandler ucontext has uc_link set, a second ucontext has been
118 state TS.
123 Transaction-aware signal handlers can read the transactional register state
162 the stack pointer from the checkpointed state, rather than the speculated
171 Any transaction initiated inside a sighandler and suspended on return
172 from the sighandler to the kernel will get reclaimed and discarded.
199 it looks like the transaction has just started (the checkpointed state is
201 handler route. Furthermore, the transactional 2nd register state will be
[all …]
/dports/x11/libinput/libinput-1.12.6/tools/
H A Dlibinput-debug-events.c292 enum libinput_key_state state; in print_key_event() local
297 state = libinput_event_keyboard_get_key_state(k); in print_key_event()
344 enum libinput_button_state state; in print_pointer_button_event() local
424 enum libinput_tablet_tool_tip_state state; in print_tablet_tip_event() local
438 enum libinput_button_state state; in print_tablet_button_event() local
520 enum libinput_tablet_tool_proximity_state state; in print_proximity_event() local
674 enum libinput_button_state state; in print_tablet_pad_button_event() local
750 enum libinput_switch_state state; in print_switch_event() local
768 printq("switch %s state %d\n", which, state); in print_switch_event()
872 sighandler(int signal, siginfo_t *siginfo, void *userdata) in sighandler() function
[all …]
/dports/converters/uudeview/uudeview-0.5.20/unix/
H A Duudeview.c135 static void sighandler _ANSI_ARGS_((int));
903 if (iter->state & UUFILE_NODATA) { in DumpFileList()
919 iter->state, in DumpFileList()
938 if (iter->state & UUFILE_OK) { in DumpFileList()
1318 if (iter->state & UUFILE_OK) in process_files()
1320 else if (iter->state & UUFILE_NODATA) in process_files()
1326 else if (iter->state & UUFILE_NOEND) in process_files()
1331 if (iter->state & UUFILE_NODATA) { in process_files()
1346 ptr, iter->state); in process_files()
1371 sighandler (int signo) in sighandler() function
[all …]
/dports/converters/uulib/uudeview-0.5.20/unix/
H A Duudeview.c135 static void sighandler _ANSI_ARGS_((int));
903 if (iter->state & UUFILE_NODATA) { in DumpFileList()
919 iter->state, in DumpFileList()
938 if (iter->state & UUFILE_OK) { in DumpFileList()
1318 if (iter->state & UUFILE_OK) in process_files()
1320 else if (iter->state & UUFILE_NODATA) in process_files()
1326 else if (iter->state & UUFILE_NOEND) in process_files()
1331 if (iter->state & UUFILE_NODATA) { in process_files()
1346 ptr, iter->state); in process_files()
1371 sighandler (int signo) in sighandler() function
[all …]
/dports/converters/xdeview/uudeview-0.5.20/unix/
H A Duudeview.c135 static void sighandler _ANSI_ARGS_((int));
903 if (iter->state & UUFILE_NODATA) { in DumpFileList()
919 iter->state, in DumpFileList()
938 if (iter->state & UUFILE_OK) { in DumpFileList()
1318 if (iter->state & UUFILE_OK) in process_files()
1320 else if (iter->state & UUFILE_NODATA) in process_files()
1326 else if (iter->state & UUFILE_NOEND) in process_files()
1331 if (iter->state & UUFILE_NODATA) { in process_files()
1346 ptr, iter->state); in process_files()
1371 sighandler (int signo) in sighandler() function
[all …]
/dports/cad/irsim/irsim-9.7.110/tcltk/
H A Dtclirsim.c288 Tcl_SavedResult state; local
292 Tcl_SaveResult(irsiminterp, &state);
295 Tcl_RestoreResult(irsiminterp, &state);
307 void sighandler(int sig) in sighandler() function
321 oldinthandler = signal(SIGINT, sighandler); in enable_interrupt()

1234567891011