Searched refs:pause_offset (Results 1 – 3 of 3) sorted by relevance
/curl/tests/http/clients/ |
H A D | hx-download.c | 299 size_t pause_offset = 0; in main() local 336 pause_offset = (size_t)strtol(optarg, NULL, 10); in main() 401 t->pause_at = (curl_off_t)pause_offset; in main()
|
H A D | hx-upload.c | 337 size_t pause_offset = 0; in main() local 384 pause_offset = (size_t)strtol(optarg, NULL, 10); in main() 459 t->pause_at = (curl_off_t)pause_offset; in main()
|
/curl/tests/http/ |
H A D | test_02_download.py | 330 def test_02_21_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument 349 def test_02_22_lib_parallel_resume(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument 379 pause_offset = 64 * 1024 381 pause_offset = 12 * 1024 549 def test_02_29_h2_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
|
Completed in 15 milliseconds