Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 11 of 11) sorted by relevance

/curl/.github/workflows/
H A Dcurl-for-win.yml53 fetch-depth: 8
56 git clone --depth 1 https://github.com/curl/curl-for-win
79 fetch-depth: 8
82 git clone --depth 1 https://github.com/curl/curl-for-win
105 fetch-depth: 8
108 git clone --depth 1 https://github.com/curl/curl-for-win
120 fetch-depth: 8
123 git clone --depth 1 https://github.com/curl/curl-for-win
H A Dhttp3-linux.yml177 …git clone --quiet --depth=1 -b openssl-${{ env.quictls-version }} https://github.com/quictls/opens…
187 … git clone --quiet --depth=1 -b ${{ env.gnutls-version }} https://github.com/gnutls/gnutls.git
207 git fetch origin --depth=1 ${{ env.wolfssl-version }}
218 … git clone --quiet --depth=1 -b v${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
230 git clone --quiet --depth=1 -b v${{ env.ngtcp2-version }} https://github.com/ngtcp2/ngtcp2
242 … git clone --quiet --depth=1 -b v${{ env.nghttp2-version }} https://github.com/nghttp2/nghttp2
389 … git clone --quiet --depth=1 -b ${{ env.openssl3-version }} https://github.com/openssl/openssl
408 …git clone --quiet --depth=1 -b ${{ env.quiche-version }} --recursive https://github.com/cloudflare…
437 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
H A Dlinux.yml315 …git clone --quiet --depth=1 -b v${{ env.libressl-version }} https://github.com/libressl-portable/p…
376 … git clone --quiet --depth=1 -b v${{ env.mbedtls-version }} https://github.com/ARMmbed/mbedtls
394 … git clone --quiet --depth=1 -b ${{ env.openssl3-version }} https://github.com/openssl/openssl
414 … git clone --quiet --depth=1 -b ${{ env.openssl3-version }} https://github.com/openssl/openssl
416 git fetch --quiet --depth=2 origin d8def79838cd0d5e7c21d217aa26edb5229f0ab4
434 …git clone --quiet --depth=1 -b openssl-${{ env.quictls-version }} https://github.com/quictls/opens…
452 …git clone --quiet --depth=1 -b v${{ env.msh3-version }} --recursive https://github.com/nibanks/msh3
501 …git clone --quiet --depth=1 -b v${{ env.rustls-version }} --recursive https://github.com/rustls/ru…
508 git clone --quiet --depth=1 https://github.com/hyperium/hyper.git
544 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
H A Dhacktoberfest-accepted.yml31 fetch-depth: 100
/curl/docs/examples/
H A Dxmlstream.c51 size_t depth; member
60 state->depth++; in startElement()
90 state->depth--; in endElement()
92 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name); in endElement()
/curl/lib/
H A Dcfilters.h650 int depth; member
666 DEBUGASSERT((save).data == NULL || (save).depth > 0); \
667 CF_CTX_CALL_DATA(cf).depth++; \
673 DEBUGASSERT(CF_CTX_CALL_DATA(cf).depth == (save).depth + 1); \
674 DEBUGASSERT((save).data == NULL || (save).depth > 0); \
/curl/scripts/
H A Dmaketgz188 find curl-* -depth -exec touch -c -t "$filestamp" '{}' +
/curl/docs/libcurl/
H A Dlibcurl-thread.md107 curl_easy_init(3) is called. For an in-depth explanation refer to
H A Dlibcurl.md27 in-depth understanding on how to program with libcurl.
H A Dlibcurl-tutorial.md303 Getting some in-depth knowledge about the protocols involved is never wrong,
/curl/lib/vtls/
H A Dmbedtls.c520 int depth, uint32_t *flags) in mbed_verify_cb() argument
526 if(depth == 0) { in mbed_verify_cb()

Completed in 29 milliseconds