Searched refs:signal (Results 1 – 25 of 30) sorted by relevance
12
/curl/tests/ |
H A D | smbserver.py | 32 import signal 82 signal.signal(signal.SIGINT, self._sighandler) 83 signal.signal(signal.SIGTERM, self._sighandler) 91 signal.signal(signal.SIGINT, signal.SIG_DFL) 92 signal.signal(signal.SIGTERM, signal.SIG_DFL)
|
/curl/tests/server/ |
H A D | sockfilt.c | 466 signal = data->signal; in select_ws_wait_thread() 508 SetEvent(signal); in select_ws_wait_thread() 537 SetEvent(signal); in select_ws_wait_thread() 577 SetEvent(signal); in select_ws_wait_thread() 586 SetEvent(signal); in select_ws_wait_thread() 607 data->signal = signal; in select_ws_wait() 722 if(signal) { in select_ws() 727 data[nth].signal = signal; in select_ws() 733 CloseHandle(signal); in select_ws() 776 if(signal) { in select_ws() [all …]
|
H A D | util.c | 540 (void)signal(signum, exit_signal_handler); in exit_signal_handler() 694 SIGHANDLER_T oldhdlr = signal(signum, handler); in set_signal()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_NOSIGNAL.md | 16 CURLOPT_NOSIGNAL - skip all signal handling 28 If *onoff* is 1, libcurl uses no functions that install signal handlers or
|
H A D | CURLOPT_POSTFIELDSIZE_LARGE.md | 35 CURLOPT_READFUNCTION(3) (if used) to signal the end of data.
|
H A D | CURLOPT_POSTFIELDSIZE.md | 33 CURLOPT_READFUNCTION(3) (if used) to signal the end of data.
|
H A D | CURLOPT_CLOSESOCKETFUNCTION.md | 38 CURLOPT_OPENSOCKETFUNCTION(3) option. Return 0 to signal success and 1
|
H A D | CURLOPT_CONNECTTIMEOUT_MS.md | 56 This option may cause libcurl to use the SIGALRM signal to timeout system
|
H A D | CURLOPT_CONNECTTIMEOUT.md | 55 This option may cause libcurl to use the SIGALRM signal to timeout system
|
H A D | CURLOPT_HSTSREADFUNCTION.md | 56 no entry to return. It can also return *CURLSTS_FAIL* to signal
|
H A D | CURLOPT_HTTPAUTH.md | 96 operating systems, killing the process causes a SIGCHLD signal to be raised 99 unconditionally call wait() in its SIGCHLD signal handler to avoid being
|
H A D | CURLOPT_HSTSWRITEFUNCTION.md | 62 more to do. It can also return *CURLSTS_FAIL* to signal error.
|
H A D | CURLOPT_TIMEOUT.md | 57 This option may cause libcurl to use the SIGALRM signal to timeout system
|
H A D | CURLOPT_SOCKOPTFUNCTION.md | 65 *CURL_SOCKOPT_ERROR* from the callback function to signal an unrecoverable
|
H A D | CURLOPT_OPENSOCKETFUNCTION.md | 70 CURLOPT_SOCKOPTFUNCTION(3) to signal that it already is connected.
|
/curl/tests/http/testenv/ |
H A D | nghttpx.py | 29 import signal 109 os.kill(running.pid, signal.SIGQUIT) 122 os.kill(running.pid, signal.SIGQUIT) 125 os.kill(running.pid, signal.SIGKILL)
|
/curl/src/ |
H A D | tool_main.c | 260 (void)signal(SIGPIPE, SIG_IGN); in wmain()
|
/curl/docs/libcurl/ |
H A D | curl_ws_recv.md | 77 behavior is then to wait for the socket to signal readability before calling
|
H A D | libcurl-thread.md | 68 have a signal concept. 82 the former signal handler while another thread should still ignore it.
|
H A D | curl_multi_info_read.md | 36 is returned as a signal that there is no more to get at this point. The
|
/curl/docs/examples/ |
H A D | crawler.c | 171 signal(SIGINT, sighandler); in main()
|
H A D | ephiperfifo.c | 475 signal(SIGINT, sigint_handler); in main()
|
/curl/m4/ |
H A D | curl-functions.m4 | 175 dnl included when signal.h is to be included. 183 #include <signal.h> 3381 dnl Verify if signal is available, prototyped, and 3395 AC_MSG_CHECKING([if signal can be linked]) 3397 AC_LANG_FUNC_LINK_TRY([signal]) 3407 AC_MSG_CHECKING([if signal is prototyped]) 3408 AC_EGREP_CPP([signal],[ 3420 AC_MSG_CHECKING([if signal is compilable]) 3425 if(0 != signal(0, 0)) 3438 AC_MSG_CHECKING([if signal usage allowed]) [all …]
|
/curl/lib/ |
H A D | hostip.c | 972 keep_sigact = signal(SIGALRM, alarmfunc); in Curl_resolv_timeout() 1011 signal(SIGALRM, keep_sigact); in Curl_resolv_timeout()
|
H A D | transfer.c | 631 data->state.prev_signal = signal(SIGPIPE, SIG_IGN); in Curl_pretransfer()
|
Completed in 65 milliseconds
12