Home
last modified time | relevance | path

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

/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECTTIMEOUT_MS.md31 Pass a long. It sets the maximum time in milliseconds that you allow the
49 5000, the operation can never last longer than 5000 milliseconds, and the
50 connection phase cannot last longer than 3000 milliseconds.
53 2000, the operation can never last longer than 2000 milliseconds. Including
75 /* complete connection within 10000 milliseconds */
H A DCURLOPT_EXPECT_100_TIMEOUT_MS.md25 long milliseconds);
30 Pass a long to tell libcurl the number of *milliseconds* to wait for a
38 1000 milliseconds
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md36 Pass a long. Causes libcurl to set a *timeout* period (in milliseconds) on the
63 /* wait no more than 237 milliseconds */
78 converted to milliseconds is too large.
H A DCURLOPT_TIMEOUT_MS.md32 milliseconds that you allow the libcurl transfer operation to take.
51 /* complete within 20000 milliseconds */
H A DCURLOPT_ACCEPTTIMEOUT_MS.md30 Pass a long telling libcurl the maximum number of milliseconds to wait for a
35 60000 milliseconds
H A DCURLOPT_CONNECTTIMEOUT.md39 CURLOPT_CONNECTTIMEOUT_MS(3) is the same function but set in milliseconds.
87 value or a value that when converted to milliseconds is too large.
H A DCURLOPT_TIMEOUT.md36 CURLOPT_TIMEOUT_MS(3) is the same function but set in milliseconds.
89 value or a value that when converted to milliseconds is too large.
H A DCURLMOPT_TIMERFUNCTION.md40 non-repeating timer with an expire time of **timeout_ms** milliseconds. When
49 the timer. All other values are valid expire times in number of milliseconds.
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md33 milliseconds. If the IPv6 address cannot be connected to within that time then
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT.md76 converted to milliseconds is too large.
/curl/tests/libtest/
H A Dtestutil.c39 DWORD milliseconds = GetTickCount(); in tutil_tvnow() local
40 now.tv_sec = (long)(milliseconds / 1000); in tutil_tvnow()
41 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tutil_tvnow()
/curl/src/
H A Dtool_util.c54 DWORD milliseconds = GetTickCount(); in tvnow() local
59 now.tv_sec = (long)(milliseconds / 1000); in tvnow()
60 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tvnow()
/curl/lib/
H A Dtimeval.c49 DWORD milliseconds = GetTickCount(); in Curl_now() local
54 now.tv_sec = (time_t)(milliseconds / 1000); in Curl_now()
55 now.tv_usec = (int)((milliseconds % 1000) * 1000); in Curl_now()
/curl/docs/cmdline-opts/
H A Dhappy-eyeballs-timeout-ms.md21 number of milliseconds. If the IPv6 address cannot be connected to within that
/curl/tests/server/
H A Dutil.c384 ULONGLONG milliseconds = GetTickCount64(); in tvnow() local
386 DWORD milliseconds = GetTickCount(); in tvnow() local
388 now.tv_sec = (long)(milliseconds / 1000); in tvnow()
389 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tvnow()
/curl/include/curl/
H A Dmulti.h345 long *milliseconds);
/curl/docs/libcurl/
H A Dcurl_multi_timeout.md41 of milliseconds at this moment. If 0, it means you should proceed immediately
H A Dcurl_multi_poll.md58 milliseconds (or shorter if an internal timer indicates so). This is the other
H A Dcurl_multi_fdset.md65 milliseconds or so, but you may want to test it out in your own particular
H A Dlibcurl-env-dbg.md144 gives the shutdown timeout in milliseconds.
/curl/docs/
H A DTODO319 first address, then start a second attempt N milliseconds after and then a
320 third another N milliseconds later. That way there would be less waiting when
/curl/packages/OS400/
H A Dcurl.inc.in3063 d milliseconds 10i 0

Completed in 30 milliseconds