Home
last modified time | relevance | path

Searched refs:curl (Results 1 – 25 of 28) sorted by path

12

/qemu/.gitlab-ci.d/
H A Dbuildtest.yml753 - dnf install -y curl wget
757 …# curl --request POST --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" "${CI_SERVER_URL}/api/v4/projects/…
H A Dcirrus.yml75 …PKG_CONFIG_PATH: /opt/homebrew/curl/lib/pkgconfig:/opt/homebrew/ncurses/lib/pkgconfig:/opt/homebre…
91 …PKG_CONFIG_PATH: /opt/homebrew/curl/lib/pkgconfig:/opt/homebrew/ncurses/lib/pkgconfig:/opt/homebre…
H A Dwindows.yml86 mingw-w64-x86_64-curl
/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-13.vars14 PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache cmocka ctags curl cyrus-sasl dbus diff…
H A Dmacos-13.vars14 PKGS='bash bc bison bzip2 capstone ccache cmocka ctags curl dbus diffutils dtc flex gcovr gettext g…
H A Dmacos-14.vars14 PKGS='bash bc bison bzip2 capstone ccache cmocka ctags curl dbus diffutils dtc flex gcovr gettext g…
/qemu/
H A DMAINTAINERS3876 F: block/curl.c
H A Dmeson_options.txt149 option('curl', type : 'feature', value : 'auto', feature
/qemu/block/
H A Dcurl.c96 CURL *curl; member
464 if (!state->curl) { in curl_init_state()
465 state->curl = curl_easy_init(); in curl_init_state()
466 if (!state->curl) { in curl_init_state()
550 curl_easy_cleanup(state->curl); in curl_init_state()
551 state->curl = NULL; in curl_init_state()
588 if (s->states[i].curl) { in curl_detach_aio_context()
866 curl_easy_cleanup(state->curl); in curl_open()
867 state->curl = NULL; in curl_open()
876 curl_easy_cleanup(state->curl); in curl_open()
[all …]
H A Dmeson.build111 [curl, 'curl', files('curl.c')],
H A Dtrace-events196 # curl.c
/qemu/contrib/elf2dmp/
H A Ddownload.c16 CURL *curl = curl_easy_init(); in download_url() local
18 if (!curl) { in download_url()
27 if (curl_easy_setopt(curl, CURLOPT_URL, url) != CURLE_OK in download_url()
28 || curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, NULL) != CURLE_OK in download_url()
29 || curl_easy_setopt(curl, CURLOPT_WRITEDATA, file) != CURLE_OK in download_url()
30 || curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1) != CURLE_OK in download_url()
31 || curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0) != CURLE_OK in download_url()
32 || curl_easy_perform(curl) != CURLE_OK) { in download_url()
40 curl_easy_cleanup(curl); in download_url()
H A Dmeson.build1 if curl.found()
3 dependencies: [glib, curl],
/qemu/docs/system/riscv/
H A Dsifive_u.rst169 …$ curl https://patchwork.kernel.org/project/linux-riscv/patch/20201219001356.2887782-1-atish.patra…
H A Dvirt.rst151 …$ curl https://patchwork.kernel.org/project/linux-riscv/patch/20210627135117.28641-1-bmeng.cn@gmai…
/qemu/qapi/
H A Dblock-core.json4392 # supported by the curl backend.
4427 # curl backend. URLs must start with "http://".
4447 # curl backend. URLs must start with "https://".
4471 # curl backend. URLs must start with "ftp://".
4483 # curl backend. URLs must start with "ftps://".
/qemu/scripts/ci/org.centos/stream/8/x86_64/
H A Dconfigure56 --disable-curl \
154 --enable-curl \
/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker163 RUN dnf install -y curl wget
H A Drun-coverity-scan420 --enable-nettle --enable-curses --enable-curl \
453 curl --form token="$COVERITY_TOKEN" --form email="$COVERITY_EMAIL" \
/qemu/scripts/
H A Dmeson-buildoptions.sh283 --enable-curl) printf "%s" -Dcurl=enabled ;;
284 --disable-curl) printf "%s" -Dcurl=disabled ;;
H A Dupdate-mips-syscall-args.sh19 curl --create-dirs $URL/$file -o $TMP/$file
/qemu/tests/docker/dockerfiles/
H A Dalpine.docker26 curl-dev \
H A Ddebian-hexagon-cross.docker17 curl \
46 RUN curl -#SL "$TOOLCHAIN_URL" | tar -xJC "$TOOLCHAIN_INSTALL"
H A Ddebian-loongarch-cross.docker28 curl \
39 RUN curl -#SL https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64…
H A Ddebian-tricore-cross.docker23 curl \
41 RUN curl -#SL https://github.com/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/t…

12