Lines Matching defs:FTP_URL_T
78 FTP_URL_T,
411 case FTP_URL_T:
493 ui->utype = FTP_URL_T;
526 if (ui->utype == FTP_URL_T) /* skip first / for ftp URLs */
533 if (ui->utype == FTP_URL_T)
603 if (ui->utype == FTP_URL_T) /* skip first / for ftp URLs */
795 if ((!IS_HTTP_TYPE(pui.utype) && pui.utype != FTP_URL_T) ||
1458 if (ui.utype == FTP_URL_T) {
1488 if (ui.utype == FTP_URL_T) {
1548 else if (ui.utype == FTP_URL_T)
1556 if (isproxy == 0 && ui.utype == FTP_URL_T) {
2054 if (ui.utype == FTP_URL_T && file != NULL) {
2066 (ui.utype == CLASSIC_URL_T || ui.utype == FTP_URL_T)) {
2127 * (urltype is FTP_URL_T), then RFC 3986 says we need to
2147 * ftp://host/ dir="", urltype=FTP_URL_T
2149 * ftp://host/dir/ dir="dir", urltype=FTP_URL_T
2151 * ftp://host/file dir=NULL, urltype=FTP_URL_T
2153 * ftp://host//file dir="", urltype=FTP_URL_T
2157 * ftp://host///file dir="/", urltype=FTP_URL_T
2159 * ftp://host/%2F/file dir="%2F", urltype=FTP_URL_T
2161 * ftp://host/foo/file dir="foo", urltype=FTP_URL_T
2181 if (ui.utype == FTP_URL_T) {
2192 if (ui.utype == FTP_URL_T || *dir != '\0') {