Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 30) sorted by relevance

12

/curl/tests/
H A Dsmbserver.py32 import signal
81 signal.signal(signal.SIGINT, self._sighandler)
82 signal.signal(signal.SIGTERM, self._sighandler)
90 signal.signal(signal.SIGINT, signal.SIG_DFL)
91 signal.signal(signal.SIGTERM, signal.SIG_DFL)
/curl/tests/server/
H A Dsockfilt.c466 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 Dutil.c538 (void)signal(signum, exit_signal_handler); in exit_signal_handler()
692 SIGHANDLER_T oldhdlr = signal(signum, handler); in set_signal()
/curl/tests/http/testenv/
H A Dnghttpx.py29 import signal
105 os.kill(running.pid, signal.SIGQUIT)
118 os.kill(running.pid, signal.SIGQUIT)
121 os.kill(running.pid, signal.SIGKILL)
/curl/docs/libcurl/opts/
H A DCURLOPT_NOSIGNAL.md16 CURLOPT_NOSIGNAL - skip all signal handling
28 If *onoff* is 1, libcurl uses no functions that install signal handlers or
H A DCURLOPT_POSTFIELDSIZE_LARGE.md35 CURLOPT_READFUNCTION(3) (if used) to signal the end of data.
H A DCURLOPT_POSTFIELDSIZE.md33 CURLOPT_READFUNCTION(3) (if used) to signal the end of data.
H A DCURLOPT_CLOSESOCKETFUNCTION.md38 CURLOPT_OPENSOCKETFUNCTION(3) option. Return 0 to signal success and 1
H A DCURLOPT_CONNECTTIMEOUT_MS.md56 This option may cause libcurl to use the SIGALRM signal to timeout system
H A DCURLOPT_HSTSREADFUNCTION.md56 no entry to return. It can also return *CURLSTS_FAIL* to signal
H A DCURLOPT_CONNECTTIMEOUT.md55 This option may cause libcurl to use the SIGALRM signal to timeout system
H A DCURLOPT_HTTPAUTH.md96 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 DCURLOPT_HSTSWRITEFUNCTION.md62 more to do. It can also return *CURLSTS_FAIL* to signal error.
H A DCURLOPT_TIMEOUT.md57 This option may cause libcurl to use the SIGALRM signal to timeout system
H A DCURLOPT_OPENSOCKETFUNCTION.md70 CURLOPT_SOCKOPTFUNCTION(3) to signal that it already is connected.
H A DCURLOPT_SOCKOPTFUNCTION.md65 *CURL_SOCKOPT_ERROR* from the callback function to signal an unrecoverable
/curl/docs/libcurl/
H A Dcurl_ws_recv.md75 behavior is then to wait for the socket to signal readability before calling
H A Dlibcurl-thread.md68 have a signal concept.
82 the former signal handler while another thread should still ignore it.
H A Dcurl_multi_info_read.md36 is returned as a signal that there is no more to get at this point. The
/curl/src/
H A Dtool_main.c260 (void)signal(SIGPIPE, SIG_IGN); in wmain()
/curl/docs/examples/
H A Dcrawler.c171 signal(SIGINT, sighandler); in main()
H A Dephiperfifo.c475 signal(SIGINT, sigint_handler); in main()
/curl/m4/
H A Dcurl-functions.m4199 dnl included when signal.h is to be included.
207 #include <signal.h>
3721 dnl Verify if signal is available, prototyped, and
3735 AC_MSG_CHECKING([if signal can be linked])
3737 AC_LANG_FUNC_LINK_TRY([signal])
3747 AC_MSG_CHECKING([if signal is prototyped])
3748 AC_EGREP_CPP([signal],[
3760 AC_MSG_CHECKING([if signal is compilable])
3765 if(0 != signal(0, 0))
3778 AC_MSG_CHECKING([if signal usage allowed])
[all …]
/curl/lib/
H A Dhostip.c972 keep_sigact = signal(SIGALRM, alarmfunc); in Curl_resolv_timeout()
1011 signal(SIGALRM, keep_sigact); in Curl_resolv_timeout()
/curl/
H A DCMakeLists.txt1492 check_symbol_exists("signal" "${CURL_INCLUDES};signal.h" HAVE_SIGNAL)
1495 check_symbol_exists("sigaction" "signal.h" HAVE_SIGACTION)
1496 check_symbol_exists("siginterrupt" "${CURL_INCLUDES};signal.h" HAVE_SIGINTERRUPT)

Completed in 41 milliseconds

12