Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/
A Deasy.h29 CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
30 CURL_EXTERN CURLcode curl_easy_perform(CURL *curl);
31 CURL_EXTERN void curl_easy_cleanup(CURL *curl);
46 CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
61 CURL_EXTERN CURL *curl_easy_duphandle(CURL *curl);
74 CURL_EXTERN void curl_easy_reset(CURL *curl);
84 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
95 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
106 CURL_EXTERN CURLcode curl_easy_upkeep(CURL *curl);
A Dcurl.h691 typedef CURLcode (*curl_ssl_ctx_callback)(CURL *curl, /* easy handle */
/AliOS-Things-master/components/oss/src/http/
A DCurlHttpClient.cc205 CURL * curl; member
461 CURL * curl = curlContainer_->Acquire(); in makeRequest() local
473 curl, in makeRequest()
489 curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); in makeRequest()
493 curl_easy_setopt(curl, CURLOPT_NOBODY, 1); in makeRequest()
496 curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L); in makeRequest()
499 curl_easy_setopt(curl, CURLOPT_POST, 1L); in makeRequest()
511 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, list); in makeRequest()
547 curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); in makeRequest()
559 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0L); in makeRequest()
[all …]
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dlib.c32 uint32_t curl, curh; in _mdelay() local
37 curl = csi_coret_get_value(); in _mdelay()
39 cur = ((unsigned long long)curh << 32) | curl; in _mdelay()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUtils.cc68 CURL *curl = curl_easy_init(); in UrlEncode() local
69 char *output = curl_easy_escape(curl, src.c_str(), src.size()); in UrlEncode()
72 curl_easy_cleanup(curl); in UrlEncode()
77 CURL *curl = curl_easy_init(); in UrlDecode() local
79 char *output = curl_easy_unescape(curl, src.c_str(), src.size(), &outlength); in UrlDecode()
82 curl_easy_cleanup(curl); in UrlDecode()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/
A DCMakeLists.txt164 ExternalProject_Get_Property(curl INSTALL_DIR)
169 curl
191 curl
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A DDockerfile.riscv24 RUN apt-get install -y curl git unzip make g++
/AliOS-Things-master/components/jsoncpp/
A Ddev.makefile12 curl https://github.com/open-source-parsers/jsoncpp/archive/$*.tar.gz -o $@
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DMakefile.am84 curl --limit-rate 50K \
A DMakefile.in984 curl --limit-rate 50K \
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DREADME-CN.md185 * `connectTimeout`: 连接超时设置。 [参考](https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT_MS.html).
186 * `readTimeout`: 传输超时设置。[参考](https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT_MS.html)
A DREADME-ENG.md190 …- `connectTimeout`: timeout for the connect phase. [Refer](https://curl.haxx.se/libcurl/c/CURLOPT_…
191 …- `readTimeout`: maximum time the request is allowed to take, [Refer](https://curl.haxx.se/libcurl…
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi451 Download @code{url} using the @file{curl} command line
/AliOS-Things-master/components/mbedtls/
A DChangeLog203 Firefox, curl and GnuTLS. Reported in #1033 by Moschn. Fix contributed by

Completed in 26 milliseconds