Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 71) 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
40 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 Dtest137966 226 File transfer complete
H A Dtest138066 226 File transfer complete
H A Dtest138466 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
/curl/docs/libcurl/opts/
H A DCURLOPT_TIMEOUT_MS.md18 CURLOPT_TIMEOUT_MS - maximum time the transfer is allowed to complete
48 /* complete within 20000 milliseconds */
H A DCURLOPT_CONNECTTIMEOUT.md41 The "connection phase" is considered complete when the requested TCP, TLS or
72 /* complete connection within 10 seconds */
H A DCURLOPT_CONNECTTIMEOUT_MS.md48 /* complete connection within 10000 milliseconds */
H A DCURLOPT_TIMEOUT.md18 CURLOPT_TIMEOUT - maximum time the transfer is allowed to complete
73 /* complete within 20 seconds */
H A DCURLINFO_SPEED_UPLOAD_T.md31 curl measured for the complete upload. Measured in bytes/second.
H A DCURLINFO_SPEED_DOWNLOAD_T.md32 that curl measured for the complete download. Measured in bytes/second.
H A DCURLINFO_SPEED_DOWNLOAD.md32 measured for the complete download. Measured in bytes/second.
H A DCURLINFO_SPEED_UPLOAD.md30 measured for the complete upload. Measured in bytes/second.
H A DCURLINFO_REDIRECT_TIME.md35 the complete execution time for multiple redirections.
H A DCURLINFO_REDIRECT_TIME_T.md35 CURLINFO_REDIRECT_TIME_T(3) holds the complete execution time for
H A DCURLOPT_TRANSFERTEXT.md33 libcurl does not do a complete ASCII conversion when doing ASCII transfers
/curl/src/
H A Dtool_cb_wrt.c235 bool complete = false; in tool_write_cb() local
240 complete = true; in tool_write_cb()
251 complete = true; in tool_write_cb()
267 complete = true; in tool_write_cb()
271 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_multi_init.md34 curl_multi_cleanup(3) when the operation is complete.
H A Dcurl_share_init.md32 complete.
H A Dcurl_ws_meta.md72 If this is not a complete fragment, the *bytesleft* field informs about how
73 many additional bytes are expected to arrive before this fragment is complete.

Completed in 244 milliseconds

123