Lines Matching refs:bool
254 def is_complete(self) -> bool:
295 def setup_incomplete() -> 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:
323 def curl_uses_lib(libname: str) -> bool:
327 def curl_uses_ossl_quic() -> bool:
341 def curl_has_feature(feature: str) -> bool:
349 def curl_has_protocol(protocol: str) -> bool:
361 def curl_lib_version_at_least(libname: str, min_version) -> bool:
381 def curl_is_debug() -> bool:
385 def have_h3() -> bool:
401 def caddy_is_at_least(minv) -> bool:
405 def httpd_is_at_least(minv) -> bool:
409 def has_caddy() -> bool:
413 def has_vsftpd() -> bool:
586 def slow_network(self) -> bool:
591 def ci_run(self) -> bool: