/curl/tests/libtest/ |
H A D | lib579.c | 41 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 D | unit2600.c | 104 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 D | CURLINFO_QUEUE_TIME_T.md | 33 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 D | CURLOPT_RESOLVER_START_FUNCTION.md | 17 CURLOPT_RESOLVER_START_FUNCTION - callback called before a new name resolve is started 37 request is started.
|
H A D | CURLINFO_REDIRECT_TIME.md | 35 before final transaction was started. CURLINFO_REDIRECT_TIME(3) contains
|
H A D | CURLINFO_REDIRECT_TIME_T.md | 35 transfer before final transaction was started.
|
H A D | CURLINFO_XFER_ID.md | 33 has been started yet for the handle.
|
H A D | CURLOPT_CHUNK_DATA.md | 91 /* callback is called before download of concrete file started */
|
H A D | CURLOPT_CURLU.md | 39 transfer is started.
|
H A D | CURLOPT_URL.md | 45 started. Even if you set a crazy value here, curl_easy_setopt(3) might 69 transfer is started.
|
H A D | CURLOPT_WILDCARDMATCH.md | 95 /* callback is called before download of concrete file started */
|
H A D | CURLOPT_CHUNK_BGN_FUNCTION.md | 141 /* callback is called before download of concrete file started */
|
/curl/lib/ |
H A D | cf-https-connect.c | 56 struct curltime started; member 117 struct curltime started; /* when connect started */ member 136 b->started = Curl_now(); in cf_hc_baller_init() 188 winner->name, (int)Curl_timediff(Curl_now(), winner->started), in baller_connected() 192 winner->name, (int)Curl_timediff(Curl_now(), winner->started)); in baller_connected() 234 elapsed_ms = Curl_timediff(now, ctx->started); in time_to_start_h21() 277 ctx->started = now; in cf_hc_connect()
|
H A D | connect.c | 365 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 D | content_encoding.c | 178 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/cmdline-opts/ |
H A D | rate.md | 27 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 D | junk-session-cookies.md | 22 started. Typical browsers discard session cookies when they are closed down.
|
H A D | retry-all-errors.md | 26 transfers as close as possible to how they were started, but this is not
|
/curl/tests/http/clients/ |
H A D | hx-download.c | 154 int started; member 414 t->started = 1; in main() 485 if(!t->started) { in main() 494 t->started = 1; in main()
|
H A D | hx-upload.c | 157 int started; member 500 t->started = 1; in main() 571 if(!t->started) { in main() 579 t->started = 1; in main()
|
/curl/docs/libcurl/ |
H A D | curl_multi_add_handle.md | 52 get started.
|
H A D | curl_easy_getinfo.md | 249 pretransfer and transfer before final transaction was started. So, this is 255 pretransfer and transfer before final transaction was started. So, this is
|
H A D | curl_global_trace.md | 36 Calling this function after transfers have been started is undefined. On some
|
/curl/tests/ |
H A D | testcurl.md | 89 info is missing when *testcurl* is started, it prompts you and then stores the
|
/curl/packages/vms/ |
H A D | setup_gnv_curl_build.com | 76 $! A logical name to find the [.packages.vms] directory where we started.
|