OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curlhandle
(Results
1 - 2
of
2
) sorted by null
/external/curl/docs/examples/
ftpuploadresume.c
68
static int upload(CURL *
curlhandle
, const char *remotepath,
82
curl_easy_setopt(
curlhandle
, CURLOPT_UPLOAD, 1L);
84
curl_easy_setopt(
curlhandle
, CURLOPT_URL, remotepath);
87
curl_easy_setopt(
curlhandle
, CURLOPT_FTP_RESPONSE_TIMEOUT, timeout);
89
curl_easy_setopt(
curlhandle
, CURLOPT_HEADERFUNCTION, getcontentlengthfunc);
90
curl_easy_setopt(
curlhandle
, CURLOPT_HEADERDATA, &uploaded_len);
92
curl_easy_setopt(
curlhandle
, CURLOPT_WRITEFUNCTION, discardfunc);
94
curl_easy_setopt(
curlhandle
, CURLOPT_READFUNCTION, readfunc);
95
curl_easy_setopt(
curlhandle
, CURLOPT_READDATA, f);
98
curl_easy_setopt(
curlhandle
, CURLOPT_FTPPORT, "-")
149
CURL *
curlhandle
= NULL;
local
[
all
...]
/external/curl/docs/
BINDINGS.md
24
[
curlhandle
](https://github.com/karelia/
curlhandle
) Written by Dan Wood
Completed in 272 milliseconds