Home
last modified time | relevance | path

Searched refs:start (Results 76 – 100 of 128) sorted by relevance

123456

/curl/docs/cmdline-opts/
H A Drate.md35 If curl is told to allow 10 requests per minute, it does not start the next
H A Dwrite-out.md204 The time, in seconds, it took from the start until the SSL/SSH/etc
208 The time, in seconds, it took from the start until the TCP connect to the
212 The time, in seconds, it took from the start until the name resolving was
216 The time, in seconds, it took from the start until the file transfer was just
227 The time, in seconds, it took from the start until the first byte is received.
H A Dftp-port.md47 You can also append ":[start]-[end]" to the right of the address, to tell
H A Ddata.md40 If you start the data with the letter @, the rest should be a filename to read
/curl/docs/libcurl/opts/
H A DCURLOPT_USE_SSL.md35 These are all protocols that start out plain text and get "upgraded" to SSL
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md41 transfer might never even start before it times out.
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md44 never even start before it times out.
H A DCURLOPT_IOCTLFUNCTION.md32 CURLIOCMD_RESTARTREAD, /* restart the read stream from start */
H A DCURLOPT_TIMEOUT.md32 from start to end. Normally, name lookups can take a considerable time and
/curl/tests/data/
H A Dtest15014 <!-- no <data> in this test since we have NTLM from the start
H A Dtest26713 <!-- no <data> in this test since we have NTLM from the start
H A Dtest121515 <!-- no <data> in this test since we have NTLM from the start
H A Dtest5717 # 3) packing rtp after headers, after content, and at the start
H A Dtest131012 <!-- no <data> in this test since we have NTLM from the start
H A Dtest8914 <!-- no <data> in this test since we have NTLM from the start
/curl/lib/
H A Dasyn-thread.c74 struct curltime start; member
909 ms = Curl_timediff(Curl_now(), reslv->start); in Curl_resolver_getsock()
940 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
984 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
H A Drequest.c89 req->start = Curl_now(); in Curl_req_start()
128 req->start = t0; in Curl_req_hard_reset()
H A Dsendf.c947 size_t nread, i, start, n; in cr_lc_read() local
979 for(i = start = 0; i < nread; ++i) { in cr_lc_read()
983 result = Curl_bufq_cwrite(&ctx->buf, buf + start, i - start, &n); in cr_lc_read()
988 start = i + 1; in cr_lc_read()
/curl/docs/libcurl/
H A Dlibcurl-multi.md60 differentiate. We start out with the select() oriented version.
74 Adding the easy handle to the multi handle does not start the transfer.
111 with curl_multi_add_handle(3) to start another transfer.
/curl/
H A Dbuildconf.bat44 if "%~1" == "" goto start
60 :start label
/curl/m4/
H A Dcurl-functions.m436 /* includes start */
67 /* includes start */
91 /* includes start */
118 /* includes start */
139 /* includes start */
160 /* includes start */
184 /* includes start */
203 /* includes start */
222 /* includes start */
243 /* includes start */
[all …]
/curl/projects/
H A Dbuild-wolfssl.bat149 rem Default the start directory if one isn't specified
158 rem Check the start directory exists
176 :start label
/curl/tests/http/
H A Dscorecard.py607 assert httpd.start()
611 assert nghttpx.start()
615 assert caddy.start()
H A Dtest_02_download.py300 if not httpd.start():
303 assert httpd.start()
320 assert httpd.start()
H A Dtest_30_vsftpd.py46 assert vsftpd.start()

Completed in 62 milliseconds

123456