Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 31) sorted by relevance

12

/curl/tests/libtest/
H A Dlib579.c41 static bool started = FALSE; variable
49 started = FALSE; in progress_final_report()
60 if(started && ulnow <= 0.0 && last_ul) { in progress_callback()
66 if(!started) { in progress_callback()
69 started = TRUE; in progress_callback()
/curl/tests/unit/
H A Dunit2600.c104 struct curltime started; member
117 struct curltime started; member
127 (int)Curl_timediff(Curl_now(), current_tr->started), ctx->id); in cf_test_destroy()
145 duration_ms = Curl_timediff(Curl_now(), ctx->started); in cf_test_connect()
207 ctx->started = Curl_now(); in cf_test_create()
224 created_at = Curl_timediff(ctx->started, current_tr->started); in cf_test_create()
251 duration_ms = Curl_timediff(tr->ended, tr->started); in check_result()
273 duration_ms = Curl_timediff(tr->ended, tr->started); in check_result()
331 tr.started = Curl_now(); in test_connect()
/curl/docs/libcurl/opts/
H A DCURLINFO_QUEUE_TIME_T.md33 transfer was held in a waiting queue before it started "for real". A transfer
34 might be put in a queue if after getting started, it cannot create a new
H A DCURLOPT_RESOLVER_START_FUNCTION.md17 CURLOPT_RESOLVER_START_FUNCTION - callback called before a new name resolve is started
37 request is started.
H A DCURLINFO_REDIRECT_TIME.md35 before final transaction was started. CURLINFO_REDIRECT_TIME(3) contains
H A DCURLINFO_REDIRECT_TIME_T.md35 transfer before final transaction was started.
H A DCURLINFO_XFER_ID.md33 has been started yet for the handle.
H A DCURLOPT_CURLU.md39 transfer is started.
H A DCURLOPT_CHUNK_DATA.md91 /* callback is called before download of concrete file started */
H A DCURLOPT_URL.md45 started. Even if you set a crazy value here, curl_easy_setopt(3) might
69 transfer is started.
H A DCURLOPT_WILDCARDMATCH.md95 /* callback is called before download of concrete file started */
H A DCURLOPT_CHUNK_BGN_FUNCTION.md141 /* callback is called before download of concrete file started */
/curl/docs/cmdline-opts/
H A Drate.md27 curl waits until the next transfer is started to maintain the requested
36 request until 6 seconds have elapsed since the previous transfer was started.
H A Djunk-session-cookies.md22 started. Typical browsers discard session cookies when they are closed down.
H A Dretry-all-errors.md26 transfers as close as possible to how they were started, but this is not
/curl/tests/http/clients/
H A Dhx-download.c154 int started; member
379 t->started = 1; in main()
445 if(!t->started) { in main()
452 t->started = 1; in main()
H A Dhx-upload.c157 int started; member
458 t->started = 1; in main()
524 if(!t->started) { in main()
531 t->started = 1; in main()
/curl/lib/
H A Dcf-https-connect.c56 struct curltime started; member
117 struct curltime started; /* when connect started */ member
136 b->started = Curl_now(); in cf_hc_baller_init()
185 winner->name, (int)Curl_timediff(Curl_now(), winner->started), in baller_connected()
227 elapsed_ms = Curl_timediff(now, ctx->started); in time_to_start_h21()
270 ctx->started = now; in cf_hc_connect()
H A Dconnect.c365 struct curltime started; /* start of current attempt */ member
393 struct curltime started; member
526 baller->started = Curl_now(); in baller_start()
585 else if(Curl_timediff(*now, baller->started) >= baller->timeoutms) { in baller_connect()
694 Curl_timediff(now, ctx->started) >= baller->delay_ms) { in is_connected()
782 ctx->started = Curl_now(); in start_connect()
H A Dcontent_encoding.c178 zlibInitState started) in inflate_stream() argument
222 zp->zlib_init = started; /* Data started. */ in inflate_stream()
273 zp->zlib_init = started; /* Cannot restart anymore. */ in inflate_stream()
/curl/docs/libcurl/
H A Dcurl_multi_add_handle.md52 get started.
H A Dcurl_easy_getinfo.md244 pretransfer and transfer before final transaction was started. So, this is
250 pretransfer and transfer before final transaction was started. So, this is
H A Dcurl_global_trace.md36 Calling this function after transfers have been started is undefined. On some
/curl/tests/
H A Dtestcurl.md89 info is missing when *testcurl* is started, it prompts you and then stores the
/curl/packages/vms/
H A Dsetup_gnv_curl_build.com76 $! A logical name to find the [.packages.vms] directory where we started.

Completed in 49 milliseconds

12