Home
last modified time | relevance | path

Searched defs:pause_offset (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/http/
Dtest_02_download.py325 def test_02_21_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
344 def test_02_22_lib_parallel_resume(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
553 def test_02_29_h2_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
/external/curl/tests/http/clients/
Dh2-download.c283 size_t pause_offset = 0; in main() local