Searched refs:bool (Results 1 – 14 of 14) sorted by relevance
/curl/tests/http/testenv/ |
H A D | curl.py | 189 with_stats: bool = False, argument 290 def with_stats(self) -> bool: 464 silent: bool = False, argument 501 proxys: bool = True, tunnel: bool = False, argument 524 def_tracing: bool = True, argument 525 with_stats: bool = False, argument 609 with_stats: bool = True, argument 634 with_stats: bool = True, argument 700 with_stats: bool = True, argument 747 def run_direct(self, args, with_stats: bool = False, with_profile: bool = False): argument [all …]
|
H A D | env.py | 254 def is_complete(self) -> bool: 303 def have_nghttpx() -> bool: 307 def have_h3_server() -> bool: 311 def have_ssl_curl() -> bool: 315 def have_h2_curl() -> bool: 319 def have_h3_curl() -> bool: 381 def curl_is_debug() -> bool: 385 def have_h3() -> bool: 409 def has_caddy() -> bool: 413 def has_vsftpd() -> bool: [all …]
|
H A D | certs.py | 79 single_file: bool = False, argument 82 client: bool = False, argument 83 check_valid: bool = True, argument 243 single_file: bool = False) -> None: argument 310 single_file: bool = False, argument 312 check_valid: bool = False): argument
|
H A D | client.py | 66 def exists(self) -> bool:
|
H A D | httpd.py | 64 def __init__(self, env: Env, proxy_auth: bool = False): argument 116 def set_proxy_auth(self, active: bool): argument
|
/curl/tests/http/ |
H A D | test_08_caddy.py | 241 complete: bool = True): argument
|
H A D | test_30_vsftpd.py | 193 complete: bool = True): argument
|
H A D | test_31_vsftpds.py | 241 complete: bool = True): argument
|
H A D | scorecard.py | 432 handshakes: bool = True, argument 438 requests: bool = True): argument
|
H A D | test_02_download.py | 534 complete: bool = True): argument
|
H A D | test_07_upload.py | 718 complete: bool = True): argument
|
/curl/.github/scripts/ |
H A D | spellcheck.words | 69 bool
|
/curl/lib/ |
H A D | curl_config.h.cmake | 206 /* Define to 1 if bool is an available type. */
|
/curl/ |
H A D | configure.ac | 4041 # check for bool type 4042 AC_CHECK_TYPE([bool],[ 4044 [Define to 1 if bool is an available type.])
|
Completed in 34 milliseconds