Home
last modified time | relevance | path

Searched defs:int (Results 1 – 12 of 12) sorted by relevance

/curl/tests/http/
H A Dscorecard.py50 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 Dtest_30_vsftpd.py50 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
192 def check_downloads(self, client, srcfile: str, count: int,
H A Dtest_08_caddy.py51 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
240 def check_downloads(self, client, srcfile: str, count: int,
H A Dtest_31_vsftpds.py57 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
240 def check_downloads(self, client, srcfile: str, count: int,
H A Dtest_02_download.py533 def check_downloads(self, client, srcfile: str, count: int,
H A Dtest_07_upload.py717 def check_downloads(self, client, source: List[str], count: int,
/curl/tests/http/testenv/
H A Dports.py34 def alloc_ports(port_specs: Dict[str, int]) -> Dict[str, int]: argument
H A Dcurl.py62 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 Dnghttpx.py44 def __init__(self, env: Env, port: int, https_port: int, name: str):
H A Dclient.py69 def download_file(self, i: int) -> str:
H A Denv.py605 def make_data_file(self, indir: str, fname: str, fsize: int,
606 line_length: int = 1024) -> str:
/curl/tests/server/
H A Dtftpd.c269 static void mysignal(int sig, void (*handler)(int)) in mysignal()

Completed in 24 milliseconds