Lines Matching defs:self

43     def _class_scope(self, env, httpd, nghttpx):  argument
56 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
87 def test_07_10_upload_sequential(self, env: Env, httpd, nghttpx, repeat, proto): argument
104 def test_07_11_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto): argument
123 def test_07_12_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
142 def test_07_13_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
163 def test_07_14_upload_stdin(self, env: Env, httpd, nghttpx, proto, indata): argument
178 def test_07_15_hx_put(self, env: Env, httpd, nghttpx, proto): argument
194 def test_07_16_hx_put_reuse(self, env: Env, httpd, nghttpx, proto): argument
210 def test_07_17_hx_post_reuse(self, env: Env, httpd, nghttpx, proto): argument
227 def test_07_20_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto): argument
246 def test_07_21_upload_parallel_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
263 def test_07_22_upload_parallel_fail(self, env: Env, httpd, nghttpx, repeat, proto): argument
280 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument
300 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto): argument
320 def test_07_32_issue_10591(self, env: Env, httpd, nghttpx, repeat, proto): argument
334 def test_07_33_issue_11157a(self, env: Env, httpd, nghttpx, repeat): argument
355 def test_07_33_issue_11157b(self, env: Env, httpd, nghttpx, repeat): argument
377 def test_07_34_issue_11194(self, env: Env, httpd, nghttpx, repeat): argument
397 def test_07_35_h1_h2_upgrade_upload(self, env: Env, httpd, nghttpx, repeat): argument
414 def test_07_36_upload_30x(self, env: Env, httpd, nghttpx, repeat, redir, proto): argument
431 def test_07_37_upload_307(self, env: Env, httpd, nghttpx, repeat, proto): argument
448 def test_07_38_form_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
462 def test_07_39_post_urlenc_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
480 def test_07_40_post_urlenc_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
502 def test_07_41_post_urlenc_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
522 def check_download(self, count, srcfile, curl): argument
537 def test_07_42a_upload_disconnect(self, env: Env, httpd, nghttpx, repeat, proto): argument
556 def test_07_42b_upload_disconnect(self, env: Env, httpd, nghttpx, repeat, proto): argument
573 def test_07_42c_upload_disconnect(self, env: Env, httpd, nghttpx, repeat, proto): argument
590 def test_07_50_put_speed_limit(self, env: Env, httpd, nghttpx, proto, repeat): argument
610 def test_07_51_echo_speed_limit(self, env: Env, httpd, nghttpx, proto, repeat): argument
628 def test_07_60_upload_exp100(self, env: Env, httpd, nghttpx, repeat, proto): argument
641 def test_07_61_upload_exp100_timeout(self, env: Env, httpd, nghttpx, repeat, proto): argument
654 def test_07_51_echo_speed_limit(self, env: Env, httpd, nghttpx, proto, repeat): argument
670 def check_downloads(self, client, source: str, count: int, argument