Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip.c661 struct sigaction keep_sigact; /* store the old struct here */ in Curl_resolv_timeout() local
666 void (*keep_sigact)(int); /* store the old handler here */ in Curl_resolv_timeout()
719 keep_sigact = sigact; in Curl_resolv_timeout()
731 keep_sigact = signal(SIGALRM, alarmfunc); in Curl_resolv_timeout()
765 sigaction(SIGALRM, &keep_sigact, NULL); /* put it back */ in Curl_resolv_timeout()
770 signal(SIGALRM, keep_sigact); in Curl_resolv_timeout()