Home
last modified time | relevance | path

Searched refs:ended (Results 1 – 6 of 6) sorted by relevance

/curl/tests/unit/
H A Dunit2600.c105 struct curltime ended; member
251 duration_ms = Curl_timediff(tr->ended, tr->started); in check_result()
273 duration_ms = Curl_timediff(tr->ended, tr->started); in check_result()
333 tr.ended = Curl_now(); in test_connect()
/curl/docs/libcurl/opts/
H A DCURLINFO_FTP_ENTRY_PATH.md30 path of the entry path. That is the initial path libcurl ended up in when
/curl/docs/libcurl/
H A Dcurl_multi_remove_handle.md64 /* a transfer ended */
/curl/docs/cmdline-opts/
H A Dremote-name.md39 Before curl 8.10.0, curl returned an error if the URL ended with a slash,
H A Dwrite-out.md87 The initial path curl ended up in when logging on to the remote FTP
/curl/src/
H A Dtool_operate.c2716 struct per_transfer *ended; in check_finished() local
2719 curl_easy_getinfo(easy, CURLINFO_PRIVATE, (void *)&ended); in check_finished()
2722 if(ended->abort && (tres == CURLE_ABORTED_BY_CALLBACK) && in check_finished()
2723 ended->errorbuffer) { in check_finished()
2724 msnprintf(ended->errorbuffer, CURL_ERROR_SIZE, in check_finished()
2728 tres = post_per_transfer(global, ended, tres, &retry, &delay); in check_finished()
2729 progress_finalize(ended); /* before it goes away */ in check_finished()
2733 ended->added = FALSE; /* add it again */ in check_finished()
2735 ended->startat = delay ? time(NULL) + delay/1000 : 0; in check_finished()
2740 if(tres && (!ended->abort || !result)) in check_finished()
[all …]

Completed in 17 milliseconds