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

/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c510 url_t urltype; local
525 if (parse_url(url, "URL", &urltype, &uuser, &pass, &host, &port,
529 if (urltype == FILE_URL_T && ! EMPTYSTRING(host)
536 if (urltype == FTP_URL_T) {
540 if (urltype != HTTP_URL_T || outfile == NULL) {
560 if (urltype == FTP_URL_T) {
577 if (urltype == FILE_URL_T) { /* file:// URLs */
607 if (urltype == HTTP_URL_T)
609 else if (urltype == FTP_URL_T)
651 if (isproxy == 0 && urltype
1380 url_t urltype; local
[all...]

Completed in 142 milliseconds