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.yml52 fetch-depth: 8
55 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.yml176 …git clone --quiet --depth=1 -b openssl-${{ env.quictls-version }}-quic1 https://github.com/quictls…
186 … git clone --quiet --depth=1 -b ${{ env.gnutls-version }} https://github.com/gnutls/gnutls.git
206 git fetch origin --depth=1 ${{ env.wolfssl-version }}
218 … git clone --quiet --depth=1 -b v${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
220 git submodule update --init --depth=1
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
415 …git clone --quiet --depth=1 -b openssl-${{ env.openssl-version }} https://github.com/openssl/opens…
435 …git clone --quiet --depth=1 -b ${{ env.quiche-version }} --recursive https://github.com/cloudflare…
H A Dhacktoberfest-accepted.yml31 fetch-depth: 100
H A Dlinux.yml455 …git clone --quiet --depth=1 -b openssl-${{ env.openssl-version }} https://github.com/openssl/opens…
474 …git clone --quiet --depth=1 -b openssl-${{ env.quictls-version }}-quic1 https://github.com/quictls…
493 …git clone --quiet --depth=1 -b v${{ env.msh3-version }} --recursive https://github.com/nibanks/msh3
542 …git clone --quiet --depth=1 -b v${{ env.rustls-version }} --recursive https://github.com/rustls/ru…
/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.c527 int depth, uint32_t *flags) in mbed_verify_cb() argument
533 if(depth == 0) { in mbed_verify_cb()

Completed in 30 milliseconds