Searched refs:step (Results 1 – 11 of 11) sorted by relevance
73 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left; in tool_seek_cb() local74 if(LSEEK_ERROR == lseek(per->infd, step, SEEK_CUR)) in tool_seek_cb()77 left -= step; in tool_seek_cb()
48 int step; member55 curl_off_t step; member
206 unsigned long step = 1; in glob_range() local216 step = strtoul(&pattern[4], &endp, 10); in glob_range()218 step = 0; in glob_range()232 if(rc != 3 || !step || step > (unsigned)INT_MAX || in glob_range()233 (min_c == max_c && step != 1) || in glob_range()240 pat->content.CharRange.step = (int)step; in glob_range()246 pat->content.CharRange.step + 1))) in glob_range()320 pat->content.NumRange.step = step_n; in glob_range()324 pat->content.NumRange.step + 1))) in glob_range()560 (char)(pat->content.CharRange.step + in glob_next_url()[all …]
21 verification step and proceed without checking.
21 transfer takes place. This option makes curl skip the verification step with a
22 the transfer takes place. This option makes curl skip the verification step
60 # If this step fails, then you should remove it and run the build manually (see below)
321 …TP GET using DoH' https://github.com/curl/curl/actions/runs/9942146678/job/27462937524#step:15:5059
242 step, the PCSI kit built by these steps does a rename to the correct243 case as a post install step.251 step of backing up the source files will probably hang or fail.
173 It returns an easy handle. Using that you proceed to the next step: setting228 Now, we need to take a step back and take a deep breath. Here is one of those
387 Here's a rough step-by-step:
Completed in 16 milliseconds