Home
last modified time | relevance | path

Searched refs:urlnum (Results 1 – 9 of 9) sorted by relevance

/curl/tests/data/
H A Dtest118826 --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 Dtest97263 …le.query":null,"urle.scheme":"http","urle.user":null,"urle.zoneid":null,"urlnum":0,"xfer_id":0,"cu…
H A Dtest97062 …le.query":null,"urle.scheme":"http","urle.user":null,"urle.zoneid":null,"urlnum":0,"xfer_id":0,"cu…
/curl/src/
H A Dtool_operate.h45 unsigned int urlnum; /* the index of the given URL */ member
H A Dtool_urlglob.c449 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 Dtool_operate.c914 curl_off_t urlnum; in single_transfer() local
937 if(!state->urlnum) { in single_transfer()
941 result = glob_url(&state->urls, urlnode->url, &state->urlnum, in single_transfer()
946 urlnum = state->urlnum; in single_transfer()
949 urlnum = 1; /* without globbing, this is a single URL */ in single_transfer()
952 urlnum = state->urlnum; in single_transfer()
1067 per->urlnum = (unsigned int)urlnode->num; in single_transfer()
2404 if(state->li >= urlnum) { in single_transfer()
2406 state->urlnum = 0; /* forced reglob of URLs */ in single_transfer()
2421 state->urlnum = 0; in single_transfer()
H A Dtool_cfgable.h42 curl_off_t urlnum; /* how many iterations this single URL has with ranges member
H A Dtool_writeout.c466 if(per->urlnum <= INT_MAX) { in writeLong()
467 longinfo = (long)per->urlnum; in writeLong()
/curl/docs/cmdline-opts/
H A Dwrite-out.md314 ## `urlnum`

Completed in 36 milliseconds