Home
last modified time | relevance | path

Searched refs:curl (Results 1 – 25 of 184) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp30 namespace curl { namespace
103 throw std::runtime_error(std::string("CURL multi error: ") + curl::multi_strerror(code)); in handleError()
109 throw std::runtime_error(std::string("CURL easy error: ") + curl::easy_strerror(code)); in handleError()
173 if (curl::global_init(CURL_GLOBAL_ALL)) { in Impl()
177 share = curl::share_init(); in Impl()
179 multi = curl::multi_init(); in Impl()
180 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, handleSocket)); in Impl()
181 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETDATA, this)); in Impl()
182 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERFUNCTION, startTimeout)); in Impl()
183 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERDATA, this)); in Impl()
[all …]
/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddownload.c53 CURL *curl; in download_file() local
59 curl = curl_easy_init(); in download_file()
60 if (curl) { in download_file()
63 curl_easy_setopt(curl, CURLOPT_URL, url); in download_file()
64 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in download_file()
65 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, my_write_func); in download_file()
66 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, false); in download_file()
67 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, my_progress_func); in download_file()
68 curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, progress_data); in download_file()
70 res = curl_easy_perform(curl); in download_file()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-CMakeLists.txt-use-curl-local-source-tarball.patch4 Subject: [PATCH] CMakeLists.txt: use curl local source tarball
6 Do not download curl source during compile.
22 curl-external
23 - GIT_REPOSITORY "https://github.com/curl/curl.git"
25 - SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty/curl-src"
28 + SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/curl-7.64.0"
30 "-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/thirdparty/curl-install"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/
H A Dcurl_7.82.0.bb3 curl is a widely used because of its ability to be flexible and complete \
4 complex tasks. For example, you can use curl for things like user authentication, \
6 HOMEPAGE = "https://curl.se/"
7 BUGTRACKER = "https://github.com/curl/curl/issues"
9 LICENSE = "curl"
12 SRC_URI = "https://curl.se/download/${BP}.tar.xz \
47 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
105 # cleanup buildpaths from curl-config
111 ${D}${bindir}/curl-config
122 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/curl-config"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/
H A Dopkg_0.5.0.bb39 PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
40 PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libmicrohttpd/
H A Dlibmicrohttpd_0.9.76.bb18 PACKAGECONFIG ?= "curl https"
23 PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/proj/
H A Dproj_7.0.1.bb17 PACKAGECONFIG ?= "curl"
19 PACKAGECONFIG[curl] = ",--without-curl,curl"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/
H A Dxmlrpc-c_1.54.02.bb31 PACKAGECONFIG ??= "curl cplusplus"
35 PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xerces-c/
H A Dxerces-c_3.1.4.bb18 PACKAGECONFIG ??= "curl icu"
19 PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR_TARGET}${prefix},--with-curl=no,curl"
/OK3568_Linux_fs/buildroot/package/libcurl/
H A Dlibcurl.hash2 # https://curl.se/download/curl-7.79.1.tar.xz.asc
4 sha256 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 curl-7.79.1.tar.xz
H A Dlibcurl.mk8 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
9 LIBCURL_SITE = https://curl.se/download
13 LIBCURL_LICENSE = curl
41 LIBCURL_CONFIG_SCRIPTS = curl-config
179 rm -rf $(TARGET_DIR)/usr/bin/curl
H A DConfig.in8 https://curl.se/
13 bool "curl binary"
15 Install curl binary as well
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27779.patch7 dot to be fine, as then TLD + trailing dot is fine and curl will accept
13 Bug: https://curl.se/docs/CVE-2022-27779.html
16 Upstream-Status: Backport [https://github.com/curl/curl/commit/7e92d12b4e6911f424678a133b19de670e18…
H A DCVE-2023-23914_5-5.patch7 Upstream-Status: Backport [https://github.com/curl/curl/pull/10138/commits/7e89dfd463597701dd1defca…
98 +User-Agent: curl/%VERSION
104 +User-Agent: curl/%VERSION
111 +# Your HSTS cache. https://curl.se/docs/hsts.html
H A DCVE-2023-23914_5-4.patch7 Upstream-Status: Backport [https://github.com/curl/curl/pull/10138/commits/fd7e1a557e414dd803c9225e…
25 the protocol dump curl should transmit, if 'nonewline' is set, we will cut off
33 The protocol dump curl should transmit to a HTTP proxy (when the http-proxy
H A DCVE-2023-23914_5-1.patch9 Upstream-Status: Backport [https://github.com/curl/curl/commit/076a2f629119222aeeb50f5a03bf9f9052fa…
14 include/curl/curl.h | 1 +
25 --- a/include/curl/curl.h
26 +++ b/include/curl/curl.h
H A DCVE-2022-27780.patch10 Bug: https://curl.se/docs/CVE-2022-27780.html
13 Upstream-Status: Backport [https://github.com/curl/curl/commit/914aaab9153764ef8fa4178215b8ad89d3ac…
H A DCVE-2022-27781.patch9 Bug: https://curl.se/docs/CVE-2022-27781.html
12 Upstream-Status: Backport [https://github.com/curl/curl/commit/5c7da89d404bf59c8dd82a001119a16d1836…
H A DCVE-2022-27775.patch10 Bug: https://curl.se/docs/CVE-2022-27775.html
13 Upstream-Status: Backport [https://github.com/curl/curl/commit/058f98dc3fe595f21dc26a5b9b1699e519ba…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/zsync/
H A Dzsync-curl_git.bb1 SUMMARY = "File transfer tool optimised for large files (curl port)"
3 DEPENDS = "curl"
8 SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \
/OK3568_Linux_fs/buildroot/package/proj/
H A Dproj.mk28 PROJ_CONF_OPTS += --with-curl=$(STAGING_DIR)/usr/bin/curl-config
30 PROJ_CONF_OPTS += --without-curl
/OK3568_Linux_fs/buildroot/package/raptor/
H A Draptor.mk29 RAPTOR_CONF_OPTS += --with-curl-config=$(STAGING_DIR)/usr/bin/curl-config
31 RAPTOR_CONF_OPTS += --with-curl-config=no
/OK3568_Linux_fs/buildroot/package/xerces/
H A D0001-fix-static-linking-with-curl.patch4 Subject: [PATCH] fix static linking with curl
6 When curl is statically built with openssl support, xerces needs to
35 list(APPEND netaccessors curl)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zeromq/
H A Dczmq_4.2.1.bb25 PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
26 PACKAGECONFIG[curl] = "-DCZMQ_WITH_LIBCURL=ON,-DCZMQ_WITH_LIBCURL=OFF,curl"
/OK3568_Linux_fs/buildroot/package/lua-curl/
H A DConfig.in2 bool "lua-curl"
7 https://lua-curl.github.io/

12345678