Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 25 of 25) sorted by relevance

/curl/tests/libtest/
H A Dlib597.c71 struct timeval interval; in test() local
105 interval.tv_sec = itimeout/1000; in test()
106 interval.tv_usec = (itimeout%1000)*1000; in test()
109 interval.tv_sec = TEST_HANG_TIMEOUT/1000 - 1; in test()
110 interval.tv_usec = 0; in test()
113 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
H A Dlib591.c90 struct timeval interval; in test() local
123 interval.tv_sec = itimeout/1000; in test()
124 interval.tv_usec = (itimeout%1000)*1000; in test()
127 interval.tv_sec = 0; in test()
128 interval.tv_usec = 100000L; /* 100 ms */ in test()
131 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
H A Dlib564.c59 struct timeval interval; in test() local
63 interval.tv_sec = 1; in test()
64 interval.tv_usec = 0; in test()
81 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib503.c67 struct timeval interval; in test() local
71 interval.tv_sec = 1; in test()
72 interval.tv_usec = 0; in test()
89 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib504.c65 struct timeval interval; in test() local
68 interval.tv_sec = 1; in test()
69 interval.tv_usec = 0; in test()
100 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib533.c61 struct timeval interval; in test() local
65 interval.tv_sec = 1; in test()
66 interval.tv_usec = 0; in test()
100 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib525.c115 struct timeval interval; in test() local
119 interval.tv_sec = 1; in test()
120 interval.tv_usec = 0; in test()
137 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib526.c87 struct timeval interval; in test() local
91 interval.tv_sec = 1; in test()
92 interval.tv_usec = 0; in test()
138 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2502.c97 struct timeval interval; in test() local
101 interval.tv_sec = 1; in test()
102 interval.tv_usec = 0; in test()
119 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2402.c98 struct timeval interval; in test() local
102 interval.tv_sec = 1; in test()
103 interval.tv_usec = 0; in test()
120 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib1506.c95 struct timeval interval; in test() local
99 interval.tv_sec = 1; in test()
100 interval.tv_usec = 0; in test()
117 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2404.c100 struct timeval interval; in test() local
104 interval.tv_sec = 1; in test()
105 interval.tv_usec = 0; in test()
122 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlibntlmconnect.c123 struct timeval interval; in test() local
201 interval.tv_sec = itimeout/1000; in test()
202 interval.tv_usec = (itimeout%1000)*1000; in test()
205 interval.tv_sec = 0; in test()
206 interval.tv_usec = 5000; in test()
216 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPINTVL.md17 CURLOPT_TCP_KEEPINTVL - TCP keep-alive interval
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TCP_KEEPINTVL, long interval);
29 Pass a long. Sets the interval, in seconds, to wait between sending keepalive
54 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_UPKEEP_INTERVAL_MS.md15 CURLOPT_UPKEEP_INTERVAL_MS - connection upkeep interval
37 the connection upkeep interval is exceeded and curl_easy_upkeep(3)
54 /* Set the interval to 30000ms / 30s */
63 upkeep exceeds the interval, then an HTTP/2 PING is sent. */
H A DCURLOPT_TCP_KEEPALIVE.md56 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_TCP_KEEPIDLE.md55 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_TCP_KEEPCNT.md56 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_WILDCARDMATCH.md60 **[a-zA-Z0-9]** or **[f-gF-G]** - character interval
H A DCURLOPT_PROGRESSFUNCTION.md43 frequent interval. While data is being transferred it is invoked frequently,
H A DCURLOPT_XFERINFOFUNCTION.md39 frequent interval. While data is being transferred it gets called frequently,
/curl/docs/libcurl/
H A Dcurl_easy_upkeep.md34 the connection upkeep interval is exceeded and curl_easy_upkeep(3)
38 The connection upkeep interval is set with
51 /* Set the interval to 30000ms / 30s */
60 upkeep exceeds the interval, then an HTTP/2 PING is sent. */
H A Dcurl_easy_setopt.md1033 Sets the interval at which connection upkeep are performed. See
/curl/.github/
H A Ddependabot.yml10 interval: "weekly"
/curl/docs/
H A DTODO171 18.26 Custom progress meter update interval
1230 18.26 Custom progress meter update interval

Completed in 42 milliseconds