Searched refs:urlnum (Results 1 – 9 of 9) sorted by relevance
/curl/tests/data/ |
H A 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/…
|
H A D | test970 | 62 …le.query":null,"urle.scheme":"http","urle.user":null,"urle.zoneid":null,"urlnum":0,"xfer_id":0,"cu…
|
H A D | test972 | 63 …le.query":null,"urle.scheme":"http","urle.user":null,"urle.zoneid":null,"urlnum":0,"xfer_id":0,"cu…
|
/curl/src/ |
H A D | tool_operate.h | 45 unsigned int urlnum; /* the index of the given URL */ member
|
H A D | tool_urlglob.c | 449 CURLcode glob_url(struct URLGlob **glob, char *url, curl_off_t *urlnum, in glob_url() argument 478 *urlnum = amount; in glob_url() 497 *urlnum = 1; in glob_url()
|
H A D | tool_operate.c | 1850 curl_off_t urlnum; in single_transfer() local 1904 if(!state->urlnum) { in single_transfer() 1908 result = glob_url(&state->urls, urlnode->url, &state->urlnum, in single_transfer() 1913 urlnum = state->urlnum; in single_transfer() 1916 urlnum = 1; /* without globbing, this is a single URL */ in single_transfer() 1919 urlnum = state->urlnum; in single_transfer() 2032 per->urlnum = (unsigned int)urlnode->num; in single_transfer() 2338 if(state->li >= urlnum) { in single_transfer() 2340 state->urlnum = 0; /* forced reglob of URLs */ in single_transfer() 2351 state->urlnum = 0; in single_transfer()
|
H A D | tool_cfgable.h | 42 curl_off_t urlnum; /* how many iterations this single URL has with ranges member
|
H A D | tool_writeout.c | 466 if(per->urlnum <= INT_MAX) { in writeLong() 467 longinfo = (long)per->urlnum; in writeLong()
|
/curl/docs/cmdline-opts/ |
H A D | write-out.md | 314 ## `urlnum`
|
Completed in 22 milliseconds