Searched refs:curl_uses_lib (Results 1 – 11 of 11) sorted by relevance
69 if env.curl_uses_lib('libressl'):72 if env.curl_uses_lib('rustls-ffi'):143 if env.curl_uses_lib('bearssl'):145 if env.curl_uses_lib('mbedtls'):214 if env.curl_uses_lib('gnutls'):216 elif env.curl_uses_lib('boringssl'):222 elif env.curl_uses_lib('bearssl'):283 if env.curl_uses_lib('gnutls'):295 if env.curl_uses_lib('bearssl'):299 elif env.curl_uses_lib('gnutls'):[all …]
74 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):96 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):152 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):179 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):209 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):231 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):255 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):281 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):306 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):358 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):[all …]
53 if proto == 'h3' and env.curl_uses_lib('msh3'):76 if proto == 'h3' and env.curl_uses_lib('msh3'):130 if proto == 'http/1.0' and not env.curl_uses_lib('wolfssl') and \131 (env.curl_is_debug() or not env.curl_uses_lib('openssl')):
61 if proto == 'h3' and env.curl_uses_lib('msh3'):76 if proto == 'h3' and env.curl_uses_lib('msh3'):92 if proto == 'h3' and env.curl_uses_lib('msh3'):109 if proto == 'h3' and env.curl_uses_lib('msh3'):128 if proto == 'h3' and env.curl_uses_lib('msh3'):147 if proto == 'h3' and env.curl_uses_lib('msh3'):168 if proto == 'h3' and env.curl_uses_lib('msh3'):232 if proto == 'h3' and env.curl_uses_lib('msh3'):251 if proto == 'h3' and env.curl_uses_lib('msh3'):268 if proto == 'h3' and env.curl_uses_lib('msh3'):[all …]
75 if proto == 'h3' and env.curl_uses_lib('msh3'):88 if proto == 'h3' and env.curl_uses_lib('msh3'):102 if proto == 'h3' and env.curl_uses_lib('msh3'):125 if proto == 'h3' and env.curl_uses_lib('msh3'):141 if proto == 'h3' and env.curl_uses_lib('msh3'):157 if proto == 'h3' and env.curl_uses_lib('msh3'):159 if proto == 'http/1.1' and env.curl_uses_lib('mbedtls'):180 if proto == 'h3' and env.curl_uses_lib('msh3'):199 if proto == 'h3' and env.curl_uses_lib('msh3'):
104 if proto == 'h3' and not env.curl_uses_lib('ngtcp2'):124 if proto == 'h3' and env.curl_uses_lib('quiche'):
119 if proto == 'h3' and env.curl_uses_lib('msh3'):226 if proto == 'h3' and env.curl_uses_lib('msh3'):266 if proto == 'h3' and env.curl_uses_lib('msh3'):282 if proto == 'h3' and env.curl_uses_lib('msh3'):374 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):403 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):432 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):591 if not env.curl_uses_lib('gnutls'):
125 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):143 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
83 if proto == 'h3' and env.curl_uses_lib('msh3'):
446 if self.env.curl_uses_lib(lib):454 if self.env.curl_uses_lib(lib):460 p['implementation'] = 'hyper' if self.env.curl_uses_lib('hyper')\
323 def curl_uses_lib(libname: str) -> bool: member in Env329 return not Env.curl_uses_lib('ngtcp2') and Env.curl_uses_lib('nghttp3')
Completed in 20 milliseconds