Home
last modified time | relevance | path

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

/curl/docs/libcurl/opts/
H A DCURLOPT_EXPECT_100_TIMEOUT_MS.md24 long milliseconds);
29 Pass a long to tell libcurl the number of *milliseconds* to wait for a
37 1000 milliseconds
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md35 Pass a long. Causes libcurl to set a *timeout* period (in milliseconds) on the
60 /* wait no more than 237 milliseconds */
77 converted to milliseconds is too large.
H A DCURLOPT_CONNECTTIMEOUT_MS.md30 Pass a long. It should contain the maximum time in milliseconds that you allow
48 /* complete connection within 10000 milliseconds */
H A DCURLOPT_TIMEOUT_MS.md31 milliseconds that you allow the libcurl transfer operation to take.
48 /* complete within 20000 milliseconds */
H A DCURLOPT_ACCEPTTIMEOUT_MS.md29 Pass a long telling libcurl the maximum number of milliseconds to wait for a
34 60000 milliseconds
H A DCURLOPT_CONNECTTIMEOUT.md36 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 DCURLMOPT_TIMERFUNCTION.md39 timer with an expire time of **timeout_ms** milliseconds. When that timer
44 the timer. All other values are valid expire times in number of milliseconds.
H A DCURLOPT_TIMEOUT.md35 CURLOPT_TIMEOUT_MS(3) is the same function but set in milliseconds.
88 value or a value that when converted to milliseconds is too large.
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md32 milliseconds. If the IPv6 address cannot be connected to within that time then
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT.md78 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.c53 DWORD milliseconds = GetTickCount(); in tvnow() local
58 now.tv_sec = (long)(milliseconds / 1000); in tvnow()
59 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 = milliseconds / 1000; in Curl_now()
55 now.tv_usec = (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.c385 ULONGLONG milliseconds = GetTickCount64(); in tvnow() local
387 DWORD milliseconds = GetTickCount(); in tvnow() local
389 now.tv_sec = (long)(milliseconds / 1000); in tvnow()
390 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tvnow()
/curl/include/curl/
H A Dmulti.h349 long *milliseconds);
/curl/docs/libcurl/
H A Dcurl_multi_timeout.md40 of milliseconds at this moment. If 0, it means you should proceed immediately
H A Dcurl_multi_poll.md57 milliseconds (or shorter if an internal timer indicates so). This is the other
H A Dcurl_multi_fdset.md64 milliseconds or so, but you may want to test it out in your own particular
/curl/packages/OS400/
H A Dcurl.inc.in3057 d milliseconds 10i 0

Completed in 48 milliseconds