Searched defs:int (Results 1 – 12 of 12) sorted by relevance
/curl/tests/http/ |
H A D | scorecard.py | 50 server_port: int, 51 verbose: int, 52 curl_verbose: int, 53 download_parallel: int = 0, 135 def transfer_single(self, url: str, count: int): 239 def downloads(self, count: int, fsizes: List[int]) -> Dict[str, Any]: 361 def uploads(self, count: int, fsizes: List[int]) -> Dict[str, Any]: 376 def do_requests(self, url: str, count: int, max_parallel: int = 1): 415 def requests_url(self, url: str, count: int): 434 download_count: int = 50, [all …]
|
H A D | test_30_vsftpd.py | 50 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int): 192 def check_downloads(self, client, srcfile: str, count: int,
|
H A D | test_08_caddy.py | 51 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int): 240 def check_downloads(self, client, srcfile: str, count: int,
|
H A D | test_31_vsftpds.py | 57 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int): 240 def check_downloads(self, client, srcfile: str, count: int,
|
H A D | test_02_download.py | 533 def check_downloads(self, client, srcfile: str, count: int,
|
H A D | test_07_upload.py | 717 def check_downloads(self, client, source: List[str], count: int,
|
/curl/tests/http/testenv/ |
H A D | ports.py | 34 def alloc_ports(port_specs: Dict[str, int]) -> Dict[str, int]: argument
|
H A D | curl.py | 62 def __init__(self, pid: int, started_at: datetime, run_dir): 186 def __init__(self, args: List[str], exit_code: int, 318 def check_exit_code(self, code: Union[int, bool]): 330 count: Optional[int] = 1, 332 exitcode: Optional[int] = 0, 333 connect_count: Optional[int] = None): 388 def check_stats(self, count: int, http_status: Optional[int] = None, 389 exitcode: Optional[int] = None, 390 remote_port: Optional[int] = None, 485 def download_file(self, i: int) -> str: [all …]
|
H A D | nghttpx.py | 44 def __init__(self, env: Env, port: int, https_port: int, name: str):
|
H A D | client.py | 69 def download_file(self, i: int) -> str:
|
H A D | env.py | 605 def make_data_file(self, indir: str, fname: str, fsize: int, 606 line_length: int = 1024) -> str:
|
/curl/tests/server/ |
H A D | tftpd.c | 269 static void mysignal(int sig, void (*handler)(int)) in mysignal()
|
Completed in 25 milliseconds