Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 53) sorted by relevance

123

/curl/src/
H A Dtool_cb_prg.c141 curl_off_t point; in tool_progress_cb() local
160 point = dlnow + ulnow; in tool_progress_cb()
162 point = CURL_OFF_T_MAX; in tool_progress_cb()
165 point = CURL_OFF_T_MAX; in tool_progress_cb()
173 if(bar->prev == point) in tool_progress_cb()
186 fly(bar, point != bar->prev); in tool_progress_cb()
194 if((total > 0) && (point != bar->prev)) { in tool_progress_cb()
201 if(point > total) in tool_progress_cb()
203 total = point; in tool_progress_cb()
205 frac = (double)point / (double)total; in tool_progress_cb()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLKEY_BLOB.md52 extern char *certificateData; /* point to data */
55 extern char *privateKeyData; /* point to data */
H A DCURLOPT_SSLKEY_BLOB.md54 extern char *certificateData; /* point to cert */
57 extern char *privateKeyData; /* point to key */
H A DCURLOPT_PROXY_TLSAUTH_PASSWORD.md35 Pass a char pointer as parameter, which should point to the null-terminated
H A DCURLOPT_PROXY_TLSAUTH_USERNAME.md35 Pass a char pointer as parameter, which should point to the null-terminated
H A DCURLOPT_TLSAUTH_PASSWORD.md33 Pass a char pointer as parameter, which should point to the null-terminated
H A DCURLOPT_TLSAUTH_USERNAME.md32 Pass a char pointer as parameter, which should point to the null-terminated
H A DCURLOPT_XOAUTH2_BEARER.md33 Pass a char pointer as parameter, which should point to the null-terminated
H A DCURLOPT_MAXCONNECTS.md33 handle. The default is 5, and there is not much point in changing this value
H A DCURLOPT_WRITEDATA.md53 CURLOPT_WRITEDATA(3) is used to point to a struct or the buffer to store data
H A DCURLOPT_SSLCERT_BLOB.md60 extern char *certificateData; /* point to data */
H A DCURLOPT_CAINFO_BLOB.md66 char *strpem; /* strpem must point to a PEM string */
H A DCURLOPT_PROXY_CAINFO_BLOB.md68 extern char *strpem; /* strpem must point to a PEM string */
H A DCURLOPT_PROXY_SSLCERT_BLOB.md59 extern char *certificateData; /* point to data */
H A DCURLOPT_BUFFERSIZE.md32 in libcurl. The main point of this would be that the write callback gets
/curl/tests/data/
H A Dtest9944 HTTP GET with large-file resume point and failed resume
H A Dtest107041 will be sent in one go as that is kind of the point of this test!
/curl/docs/libcurl/
H A Dcurl_multi_fdset.md45 The *read_fd_set* argument should point to an object of type **fd_set**
49 The *write_fd_set* argument should point to an object of type **fd_set**
53 The *exc_fd_set* argument should point to an object of type **fd_set**
H A Dcurl_multi_info_read.md36 is returned as a signal that there is no more to get at this point. The
68 At this point, there are no other **msg** types defined.
H A Dcurl_getenv.md58 Under Unix operating systems, there is no point in returning an allocated
H A Dcurl_ws_recv.md43 The *meta* pointer gets set to point to a *const struct curl_ws_frame*
H A Dcurl_easy_duphandle.md35 Any options that the input handle has been told to point to (as opposed to
H A Dlibcurl-easy.md41 If you at any point would like to blank all previously set options for a
/curl/docs/cmdline-opts/
H A Dcompressed.md22 separately again at a later point they might appear to be saying that the
/curl/lib/
H A Dmprintf.c917 const char *point; in formatf() local
923 for(point = nilstr; *point != '\0'; ++point) in formatf()
924 OUTCHAR(*point); in formatf()

Completed in 32 milliseconds

123