Searched refs:urlnum (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/tests/data/ |
D | test1188 | 26 --write-out with %{onerror} and %{urlnum} to stderr 29 -f -s -w '%{onerror}%{stderr}%{urlnum} says %{exitcode} %{errormsg}\n' http://%HOSTIP:%HTTPPORT/we/…
|
D | test970 | 62 …ORT/%TESTNUMBER","url_effective":"http://%HOSTIP:%HTTPPORT/%TESTNUMBER","urlnum":0,"curl_version":…
|
/third_party/curl/src/ |
D | tool_operate.c | 737 unsigned long urlnum; in single_transfer() local 760 if(!state->urlnum) { in single_transfer() 764 result = glob_url(&state->urls, urlnode->url, &state->urlnum, in single_transfer() 768 urlnum = state->urlnum; in single_transfer() 771 urlnum = 1; /* without globbing, this is a single URL */ in single_transfer() 774 urlnum = state->urlnum; in single_transfer() 778 !strcmp(state->outfiles, "-")) && urlnum > 1); in single_transfer() 805 per->urlnum = urlnode->num; in single_transfer() 1100 if(urlnum > 1 && !global->mute) { in single_transfer() 1103 state->li + 1, urlnum, per->this_url, in single_transfer() [all …]
|
D | tool_operate.h | 40 unsigned int urlnum; /* the index of the given URL */ member
|
D | tool_writeout.c | 249 if(per->urlnum <= INT_MAX) { in writeLong() 250 longinfo = (long)per->urlnum; in writeLong()
|
D | tool_urlglob.c | 438 CURLcode glob_url(struct URLGlob **glob, char *url, unsigned long *urlnum, in glob_url() argument 467 *urlnum = amount; in glob_url() 486 *urlnum = 1; in glob_url()
|
D | tool_cfgable.h | 46 unsigned long urlnum; /* how many iterations this single URL has with ranges member
|
/third_party/curl/docs/cmdline-opts/ |
D | write-out.d | 180 .B urlnum
|
/third_party/curl/ |
D | RELEASE-NOTES | 194 o write-out.d: clarify urlnum is not unique for de-globbed URLs [145]
|