Searched refs:start_timeout (Results 1 – 3 of 3) sorted by relevance
103 void start_timeout(CURLM *multi, long timeout_ms, void *userp) { in start_timeout() function157 curl_multi_setopt(curl_handle, CURLMOPT_TIMERFUNCTION, start_timeout); in main()
142 static void be_daemon(int start_timeout);287 int start_timeout = 0; in main() local334 start_timeout = atoi(optarg); in main()335 if (start_timeout <= 0) { in main()364 be_daemon(start_timeout); in main()
229 it. ``start_timeout`` is called by libcurl to notify us of the next timeout250 ``start_timeout`` will be called immediately the first time by libcurl, so