Searched refs:urlnum (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c416 unsigned long urlnum; local
420 urlnum = 0;
445 the number of resources as urlnum. */
446 urlnum = count_next_metalink_resource(mlfile);
452 res = glob_url(&urls, urlnode->url, &urlnum,
460 urlnum = 1; /* without globbing, this is a single URL */
463 separator= ((!outfiles || curlx_strequal(outfiles, "-")) && urlnum > 1);
466 for(li = 0 ; li < urlnum; li++) {
745 if(urlnum > 1 && !global->mute) {
747 li+1, urlnum, this_ur
[all...]
H A Dtool_urlglob.c368 int glob_url(URLGlob** glob, char* url, unsigned long *urlnum, FILE *error) argument
395 *urlnum = amount;
413 *urlnum = 1;

Completed in 51 milliseconds