Home
last modified time | relevance | path

Searched refs:step (Results 1 – 11 of 11) sorted by relevance

/curl/src/
H A Dtool_cb_see.c73 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left; in tool_seek_cb() local
74 if(LSEEK_ERROR == lseek(per->infd, step, SEEK_CUR)) in tool_seek_cb()
77 left -= step; in tool_seek_cb()
H A Dtool_urlglob.h48 int step; member
55 curl_off_t step; member
H A Dtool_urlglob.c206 unsigned long step = 1; in glob_range() local
216 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()
558 (char)(pat->content.CharRange.step + in glob_next_url()
[all …]
/curl/docs/cmdline-opts/
H A Ddoh-insecure.md21 verification step and proceed without checking.
H A Dproxy-insecure.md21 transfer takes place. This option makes curl skip the verification step with a
H A Dinsecure.md22 the transfer takes place. This option makes curl skip the verification step
/curl/.github/workflows/
H A Dcodeql-analysis.yml60 # If this step fails, then you should remove it and run the build manually (see below)
H A Dmacos.yml240 …TP GET using DoH' https://github.com/curl/curl/actions/runs/9942146678/job/27462937524#step:15:5059
391 …TP GET using DoH' https://github.com/curl/curl/actions/runs/9942146678/job/27462937524#step:15:5059
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt242 step, the PCSI kit built by these steps does a rename to the correct
243 case as a post install step.
251 step of backing up the source files will probably hang or fail.
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md173 It returns an easy handle. Using that you proceed to the next step: setting
228 Now, we need to take a step back and take a deep breath. Here is one of those
/curl/docs/
H A DFAQ387 Here's a rough step-by-step:

Completed in 43 milliseconds