Searched refs:point (Results 1 – 25 of 53) sorted by relevance
123
141 curl_off_t point; in tool_progress_cb() local160 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 …]
52 extern char *certificateData; /* point to data */55 extern char *privateKeyData; /* point to data */
54 extern char *certificateData; /* point to cert */57 extern char *privateKeyData; /* point to key */
35 Pass a char pointer as parameter, which should point to the null-terminated
33 Pass a char pointer as parameter, which should point to the null-terminated
32 Pass a char pointer as parameter, which should point to the null-terminated
33 and there is not much point in changing this value unless you are perfectly
53 CURLOPT_WRITEDATA(3) is used to point to a struct or the buffer to store data
60 extern char *certificateData; /* point to data */
66 char *strpem; /* strpem must point to a PEM string */
68 extern char *strpem; /* strpem must point to a PEM string */
59 extern char *certificateData; /* point to data */
32 in libcurl. The main point of this would be that the write callback gets
44 HTTP GET with large-file resume point and failed resume
41 will be sent in one go as that is kind of the point of this test!
45 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**
36 is returned as a signal that there is no more to get at this point. The68 At this point, there are no other **msg** types defined.
58 Under Unix operating systems, there is no point in returning an allocated
35 Any options that the input handle has been told to point to (as opposed to
43 If the function call is successful, the *meta* pointer gets set to point to a
41 If you at any point would like to blank all previously set options for a
22 separately again at a later point they might appear to be saying that the
932 const char *point; in formatf() local938 for(point = nilstr; *point != '\0'; ++point) in formatf()939 OUTCHAR(*point); in formatf()
Completed in 24 milliseconds