Searched refs:hit (Results 1 – 10 of 10) sorted by relevance
/curl/.github/workflows/ |
H A D | http3-linux.yml | 150 steps.cache-gnutls.outputs.cache-hit != 'true' || 151 steps.cache-wolfssl.outputs.cache-hit != 'true' || 152 steps.cache-nghttp3.outputs.cache-hit != 'true' || 153 steps.cache-ngtcp2.outputs.cache-hit != 'true' || 154 steps.cache-nghttp2.outputs.cache-hit != 'true' 173 - if: steps.cache-quictls-no-deprecated.outputs.cache-hit != 'true' 183 - if: steps.cache-gnutls.outputs.cache-hit != 'true' 197 - if: steps.cache-wolfssl.outputs.cache-hit != 'true' 215 - if: steps.cache-nghttp3.outputs.cache-hit != 'true' 227 - if: steps.cache-ngtcp2.outputs.cache-hit != 'true' [all …]
|
H A D | linux.yml | 343 … contains(matrix.build.install_steps, 'bearssl') && steps.cache-bearssl.outputs.cache-hit != 'true' 364 …ontains(matrix.build.install_steps, 'libressl') && steps.cache-libressl.outputs.cache-hit != 'true' 383 …s(matrix.build.install_steps, 'wolfssl-all') && steps.cache-wolfssl-all.outputs.cache-hit != 'true' 404 …tall_steps, 'wolfssl-opensslextra') && steps.cache-wolfssl-opensslextra.outputs.cache-hit != 'true' 425 … contains(matrix.build.install_steps, 'mbedtls') && steps.cache-mbedtls.outputs.cache-hit != 'true' 448 …matrix.build.install_steps, 'openssl-tsan') && steps.cache-openssl-tsan.outputs.cache-hit != 'true' 466 … contains(matrix.build.install_steps, 'quictls') && steps.cache-quictls.outputs.cache-hit != 'true' 484 … if: contains(matrix.build.install_steps, 'msh3') && steps.cache-msh3.outputs.cache-hit != 'true' 503 … if: contains(matrix.build.install_steps, 'awslc') && steps.cache-awslc.outputs.cache-hit != 'true' 525 … if: contains(matrix.build.install_steps, 'rust') && steps.cache-rustls.outputs.cache-hit != 'true' [all …]
|
H A D | windows.yml | 449 if: ${{ steps.cache-compiler.outputs.cache-hit != 'true' }}
|
/curl/m4/ |
H A D | curl-override.m4 | 61 dnl embedded comments that hit the resulting script 77 dnl embedded comments that hit the resulting script
|
/curl/tests/data/ |
H A D | test1320 | 16 smtp: sure hit me
|
H A D | test1321 | 17 imap: sure hit me
|
H A D | test1319 | 17 pop3: sure hit me
|
H A D | test1538 | 82 e47: Number of redirects hit maximum amount
|
/curl/lib/ |
H A D | url.c | 3054 bool hit = FALSE; local 3106 for(i = 0; !hit && (i < ARRAYSIZE(alpn_ids)); ++i) { 3108 hit = Curl_altsvc_lookup(data->asi, 3116 hit = Curl_altsvc_lookup(data->asi, 3123 if(hit) {
|
/curl/docs/libcurl/ |
H A D | libcurl-errors.md | 267 Too many redirects. When following redirects, libcurl hit the maximum amount.
|
Completed in 20 milliseconds