Searched refs:clone (Results 1 – 11 of 11) sorted by relevance
55 git clone --depth 1 https://github.com/curl/curl-for-win82 git clone --depth 1 https://github.com/curl/curl-for-win108 git clone --depth 1 https://github.com/curl/curl-for-win123 git clone --depth 1 https://github.com/curl/curl-for-win
176 …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.git218 … git clone --quiet --depth=1 -b v${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3230 git clone --quiet --depth=1 -b v${{ env.ngtcp2-version }} https://github.com/ngtcp2/ngtcp2242 … git clone --quiet --depth=1 -b v${{ env.nghttp2-version }} https://github.com/nghttp2/nghttp2415 …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…
455 …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/msh3542 …git clone --quiet --depth=1 -b v${{ env.rustls-version }} --recursive https://github.com/rustls/ru…
253 char *clone = aprintf("%.*s", (int)cb, (char *)str); in tool_header_cb() local254 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()
48 url2 = curl_url_dup(url); /* clone it */
19 curl_easy_duphandle - clone an easy handle
43 clone of an easy handle (with all its set options) using
185 make a clone of an easy handle (with all its set options) using
41 git clone https://github.com/curl/curl.git
105 $ git clone https://github.com/curl/curl.git
188 curl is not a wget clone. That is a common misconception. Never, during
Completed in 17 milliseconds