Searched refs:milliseconds (Results 1 – 22 of 22) sorted by relevance
31 Pass a long. It sets the maximum time in milliseconds that you allow the49 5000, the operation can never last longer than 5000 milliseconds, and the50 connection phase cannot last longer than 3000 milliseconds.53 2000, the operation can never last longer than 2000 milliseconds. Including75 /* complete connection within 10000 milliseconds */
25 long milliseconds);30 Pass a long to tell libcurl the number of *milliseconds* to wait for a38 1000 milliseconds
36 Pass a long. Causes libcurl to set a *timeout* period (in milliseconds) on the63 /* wait no more than 237 milliseconds */78 converted to milliseconds is too large.
32 milliseconds that you allow the libcurl transfer operation to take.51 /* complete within 20000 milliseconds */
30 Pass a long telling libcurl the maximum number of milliseconds to wait for a35 60000 milliseconds
39 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.
36 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.
40 non-repeating timer with an expire time of **timeout_ms** milliseconds. When49 the timer. All other values are valid expire times in number of milliseconds.
33 milliseconds. If the IPv6 address cannot be connected to within that time then
76 converted to milliseconds is too large.
39 DWORD milliseconds = GetTickCount(); in tutil_tvnow() local40 now.tv_sec = (long)(milliseconds / 1000); in tutil_tvnow()41 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tutil_tvnow()
54 DWORD milliseconds = GetTickCount(); in tvnow() local59 now.tv_sec = (long)(milliseconds / 1000); in tvnow()60 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tvnow()
49 DWORD milliseconds = GetTickCount(); in Curl_now() local54 now.tv_sec = (time_t)(milliseconds / 1000); in Curl_now()55 now.tv_usec = (int)((milliseconds % 1000) * 1000); in Curl_now()
21 number of milliseconds. If the IPv6 address cannot be connected to within that
384 ULONGLONG milliseconds = GetTickCount64(); in tvnow() local386 DWORD milliseconds = GetTickCount(); in tvnow() local388 now.tv_sec = (long)(milliseconds / 1000); in tvnow()389 now.tv_usec = (long)((milliseconds % 1000) * 1000); in tvnow()
345 long *milliseconds);
41 of milliseconds at this moment. If 0, it means you should proceed immediately
58 milliseconds (or shorter if an internal timer indicates so). This is the other
65 milliseconds or so, but you may want to test it out in your own particular
144 gives the shutdown timeout in milliseconds.
319 first address, then start a second attempt N milliseconds after and then a320 third another N milliseconds later. That way there would be less waiting when
3063 d milliseconds 10i 0
Completed in 41 milliseconds