Home
last modified time | relevance | path

Searched refs:pause_offset (Results 1 – 3 of 3) sorted by relevance

/curl/tests/http/clients/
H A Dhx-download.c288 size_t pause_offset = 0; in main() local
320 pause_offset = (size_t)strtol(optarg, NULL, 10); in main()
367 t->pause_at = (curl_off_t)pause_offset; in main()
H A Dhx-upload.c325 size_t pause_offset = 0; in main() local
362 pause_offset = (size_t)strtol(optarg, NULL, 10); in main()
419 t->pause_at = (curl_off_t)pause_offset; in main()
/curl/tests/http/
H A Dtest_02_download.py332 def test_02_21_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
351 def test_02_22_lib_parallel_resume(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
381 pause_offset = 64 * 1024
383 pause_offset = 12 * 1024
557 def test_02_29_h2_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument

Completed in 21 milliseconds