Home
last modified time | relevance | path

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

12

/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 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 Dlib504.c65 struct timeval interval; in test() local
68 interval.tv_sec = 1; in test()
69 interval.tv_usec = 0; in test()
115 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 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 Dlib2502.c102 struct timeval interval; in test() local
106 interval.tv_sec = 1; in test()
107 interval.tv_usec = 0; in test()
124 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlibntlmconnect.c124 struct timeval interval; in test() local
205 interval.tv_sec = itimeout/1000; in test()
206 interval.tv_usec = (itimeout%1000)*1000; in test()
209 interval.tv_sec = 0; in test()
210 interval.tv_usec = 5000; in test()
220 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPINTVL.md18 CURLOPT_TCP_KEEPINTVL - TCP keep-alive interval
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TCP_KEEPINTVL, long interval);
30 Pass a long. Sets the interval, in seconds, to wait between sending keepalive
57 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_UPKEEP_INTERVAL_MS.md16 CURLOPT_UPKEEP_INTERVAL_MS - connection upkeep interval
38 the connection upkeep interval is exceeded and curl_easy_upkeep(3)
57 /* Set the interval to 30000ms / 30s */
66 upkeep exceeds the interval, then an HTTP/2 PING is sent. */
H A DCURLOPT_TCP_KEEPIDLE.md58 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_TCP_KEEPALIVE.md59 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_TCP_KEEPCNT.md59 /* interval time between keep-alive probes: 60 seconds */
H A DCURLOPT_WILDCARDMATCH.md61 **[a-zA-Z0-9]** or **[f-gF-G]** - character interval
H A DCURLOPT_PROGRESSFUNCTION.md44 frequent interval. While data is being transferred it is invoked frequently,
H A DCURLOPT_XFERINFOFUNCTION.md40 frequent interval. While data is being transferred it gets called frequently,
/curl/docs/libcurl/
H A Dcurl_easy_upkeep.md35 the connection upkeep interval is exceeded and curl_easy_upkeep(3)
39 The connection upkeep interval is set with
58 /* Set the interval to 30000ms / 30s */
67 upkeep exceeds the interval, then an HTTP/2 PING is sent. */
H A Dcurl_easy_setopt.md1265 Sets the interval at which connection upkeep are performed. See
/curl/.github/
H A Ddependabot.yml10 interval: "weekly"
/curl/tests/
H A Dtestcurl.md24 from a crontab job or similar at a regular interval. The output is suitable to

Completed in 2959 milliseconds

12