fetch.c | 114 static int parse_url(const char *, const char *, struct urlinfo *, 474 parse_url(const char *url, const char *desc, struct urlinfo *ui, function in typeref:typename:int 482 errx(1, "parse_url: invoked with NULL argument!"); 483 DPRINTF("parse_url: %s `%s'\n", desc, url); 792 if (parse_url(penv, "proxy URL", &pui, pauth, NULL) == -1) 1446 if (parse_url(url, "URL", &ui, &wauth, rui) == -1) 1967 if ((parse_url(url, "URL", &ui, &auth, NULL) == -1) ||
|