Home
last modified time | relevance | path

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

/curl/.github/workflows/
H A Dcurl-for-win.yml55 git clone --depth 1 https://github.com/curl/curl-for-win
82 git clone --depth 1 https://github.com/curl/curl-for-win
108 git clone --depth 1 https://github.com/curl/curl-for-win
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
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
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 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/src/
H A Dtool_cb_hdr.c253 char *clone = aprintf("%.*s", (int)cb, (char *)str); in tool_header_cb() local
254 if(clone) { in tool_header_cb()
256 hdrcbdata->headlist = curl_slist_append(old, clone); in tool_header_cb()
257 free(clone); in tool_header_cb()
/curl/docs/libcurl/
H A Dcurl_url_dup.md48 url2 = curl_url_dup(url); /* clone it */
H A Dcurl_easy_duphandle.md19 curl_easy_duphandle - clone an easy handle
H A Dlibcurl-easy.md43 clone of an easy handle (with all its set options) using
H A Dlibcurl-tutorial.md185 make a clone of an easy handle (with all its set options) using
/curl/
H A DREADME41 git clone https://github.com/curl/curl.git
/curl/tests/
H A Dtestcurl.md105 $ git clone https://github.com/curl/curl.git
/curl/docs/
H A DFAQ188 curl is not a wget clone. That is a common misconception. Never, during

Completed in 17 milliseconds