Home
last modified time | relevance | path

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

123

/curl/docs/examples/
H A Dcrawler.c188 int complete = 0; in main() local
210 printf("[%d] HTTP 200 (%s): %s\n", complete, ctype, url); in main()
212 if(pending < max_requests && (complete + pending) < max_total) { in main()
219 printf("[%d] HTTP %d: %s\n", complete, (int) res_status, url); in main()
223 printf("[%d] Connection failure: %s\n", complete, url); in main()
229 complete++; in main()
/curl/tests/data/
H A Dtest145112 Basic SMB test complete
37 Basic SMB test complete
H A Dtest98313 …ive password\r\n230 Authenticated\r\n257 "/"\r\n200 OK\r\n200 OK\r\n200 OK\r\n226 Transfer complete
H A Dtest135466 226 File transfer complete
H A Dtest137966 226 File transfer complete
H A Dtest138066 226 File transfer complete
H A Dtest138167 226 File transfer complete
H A Dtest138267 226 File transfer complete
H A Dtest138366 226 File transfer complete
H A Dtest138466 226 File transfer complete
H A Dtest134968 226 File transfer complete
/curl/docs/libcurl/opts/
H A DCURLOPT_TIMEOUT_MS.md19 CURLOPT_TIMEOUT_MS - maximum time the transfer is allowed to complete
51 /* complete within 20000 milliseconds */
H A DCURLOPT_TIMEOUT.md19 CURLOPT_TIMEOUT - maximum time the transfer is allowed to complete
76 /* complete within 20 seconds */
H A DCURLINFO_SPEED_DOWNLOAD_T.md33 that curl measured for the complete download. Measured in bytes/second.
H A DCURLINFO_SPEED_UPLOAD_T.md32 curl measured for the complete upload. Measured in bytes/second.
H A DCURLINFO_SPEED_UPLOAD.md31 measured for the complete upload. Measured in bytes/second.
H A DCURLINFO_SPEED_DOWNLOAD.md33 measured for the complete download. Measured in bytes/second.
H A DCURLINFO_REDIRECT_TIME.md36 the complete execution time for multiple redirections.
H A DCURLINFO_REDIRECT_TIME_T.md36 CURLINFO_REDIRECT_TIME_T(3) holds the complete execution time for
H A DCURLOPT_TRANSFERTEXT.md34 libcurl does not do a complete ASCII conversion when doing ASCII transfers
/curl/src/
H A Dtool_cb_wrt.c230 bool complete = false; in tool_write_cb() local
235 complete = true; in tool_write_cb()
246 complete = true; in tool_write_cb()
262 complete = true; in tool_write_cb()
266 if(complete) { in tool_write_cb()
/curl/docs/cmdline-opts/
H A Dconnect-timeout.md27 The connection phase is considered complete when the DNS lookup and requested
/curl/docs/libcurl/
H A Dcurl_share_init.md33 complete.
H A Dcurl_multi_init.md35 curl_multi_cleanup(3) when the operation is complete.
H A Dcurl_ws_meta.md73 If this is not a complete fragment, the *bytesleft* field informs about how
74 many additional bytes are expected to arrive before this fragment is complete.

Completed in 26 milliseconds

123