Home | History | Annotate | Download | only in ftp

Lines Matching refs:utype

92 	url_t utype;
232 ui->utype = UNKNOWN_URL_T;
242 dui->utype = sui->utype;
407 switch(ui->utype) {
428 switch (ui->utype) {
488 ui->utype = HTTP_URL_T;
492 ui->utype = FTP_URL_T;
496 ui->utype = FILE_URL_T;
500 ui->utype = HTTPS_URL_T;
525 if (ui->utype == FTP_URL_T) /* skip first / for ftp URLs */
532 if (ui->utype == FTP_URL_T)
602 if (ui->utype == FTP_URL_T) /* skip first / for ftp URLs */
629 if (ui->utype != HTTPS_URL_T)
794 if ((!IS_HTTP_TYPE(pui.utype) && pui.utype != FTP_URL_T) ||
804 if (ui->utype == HTTPS_URL_T)
836 if ((ui->utype == HTTP_URL_T && ui->portnum != HTTP_PORT) ||
837 (ui->utype == HTTPS_URL_T && ui->portnum != HTTPS_PORT))
1452 if (ui.utype == FILE_URL_T && ! EMPTYSTRING(ui.host)
1459 if (ui.utype == FTP_URL_T) {
1463 if (!IS_HTTP_TYPE(ui.utype) || outfile == NULL) {
1489 if (ui.utype == FTP_URL_T) {
1506 if (ui.utype == FILE_URL_T) { /* file:// URLs */
1544 if (ui.utype == HTTPS_URL_T)
1547 if (penv == NULL && IS_HTTP_TYPE(ui.utype))
1549 else if (ui.utype == FTP_URL_T)
1557 if (isproxy == 0 && ui.utype == FTP_URL_T) {
1595 if (isproxy && oui.utype == HTTPS_URL_T) {
2003 ui.utype = CLASSIC_URL_T;
2047 if (cp == dir && ui.utype == CLASSIC_URL_T) {
2060 if (ui.utype == FTP_URL_T && file != NULL) {
2072 (ui.utype == CLASSIC_URL_T || ui.utype == FTP_URL_T)) {
2187 if (ui.utype == FTP_URL_T) {
2198 if (ui.utype == FTP_URL_T || *dir != '\0') {