Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dscorecard.py51 verbose: int,
52 curl_verbose: int,
53 download_parallel: int = 0):
111 def _check_downloads(self, r: ExecResult, count: int):
220 def downloads(self, proto: str, count: int,
221 fsizes: List[int]) -> Dict[str, Any]:
264 def do_requests(self, url: str, proto: str, count: int,
265 max_parallel: int = 1):
294 def requests_url(self, url: str, proto: str, count: int):
347 downloads: Optional[List[int]] = None,
[all …]
H A Dtest_31_vsftpds.py60 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
149 def check_downloads(self, client, srcfile: str, count: int,
H A Dtest_30_vsftpd.py50 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
139 def check_downloads(self, client, srcfile: str, count: int,
H A Dtest_08_caddy.py48 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
H A Dtest_02_download.py537 def check_downloads(self, client, srcfile: 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.py57 def __init__(self, pid: int, started_at: datetime, run_dir):
108 def __init__(self, args: List[str], exit_code: int,
233 def check_exit_code(self, code: Union[int, bool]):
244 def check_response(self, http_status: Optional[int] = 200,
245 count: Optional[int] = 1,
247 exitcode: Optional[int] = 0,
248 connect_count: Optional[int] = None):
303 def check_stats(self, count: int, http_status: Optional[int] = None,
304 exitcode: Optional[int] = None):
380 def download_file(self, i: int) -> str:
[all …]
H A Dclient.py73 def download_file(self, i: int) -> str:
H A Dnghttpx.py44 def __init__(self, env: Env, port: int, name: str):
H A Denv.py552 def make_data_file(self, indir: str, fname: str, fsize: int) -> str:
/curl/tests/server/
H A Dtftpd.c272 static void mysignal(int sig, void (*handler)(int)) in mysignal()

Completed in 50 milliseconds