Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/docs/code/uvwget/
H A Dmain.c103 void start_timeout(CURLM *multi, long timeout_ms, void *userp) { in start_timeout() function
157 curl_multi_setopt(curl_handle, CURLMOPT_TIMERFUNCTION, start_timeout); in main()
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c142 static void be_daemon(int start_timeout);
287 int start_timeout = 0; in main() local
334 start_timeout = atoi(optarg); in main()
335 if (start_timeout <= 0) { in main()
364 be_daemon(start_timeout); in main()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dutilities.rst229 it. ``start_timeout`` is called by libcurl to notify us of the next timeout
250 ``start_timeout`` will be called immediately the first time by libcurl, so