Lines Matching defs:utype
93 url_t utype;
233 ui->utype = UNKNOWN_URL_T;
243 dui->utype = sui->utype;
408 switch(ui->utype) {
429 switch (ui->utype) {
489 ui->utype = HTTP_URL_T;
493 ui->utype = FTP_URL_T;
497 ui->utype = FILE_URL_T;
501 ui->utype = HTTPS_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 */
630 if (ui->utype != HTTPS_URL_T)
795 if ((!IS_HTTP_TYPE(pui.utype) && pui.utype != FTP_URL_T) ||
805 if (ui->utype == HTTPS_URL_T)
837 if ((ui->utype == HTTP_URL_T && ui->portnum != HTTP_PORT) ||
838 (ui->utype == HTTPS_URL_T && ui->portnum != HTTPS_PORT))
1451 if (ui.utype == FILE_URL_T && ! EMPTYSTRING(ui.host)
1458 if (ui.utype == FTP_URL_T) {
1462 if (!IS_HTTP_TYPE(ui.utype) || outfile == NULL) {
1488 if (ui.utype == FTP_URL_T) {
1505 if (ui.utype == FILE_URL_T) { /* file:// URLs */
1543 if (ui.utype == HTTPS_URL_T)
1546 if (penv == NULL && IS_HTTP_TYPE(ui.utype))
1548 else if (ui.utype == FTP_URL_T)
1556 if (isproxy == 0 && ui.utype == FTP_URL_T) {
1594 if (isproxy && oui.utype == HTTPS_URL_T) {
1997 ui.utype = CLASSIC_URL_T;
2041 if (cp == dir && ui.utype == CLASSIC_URL_T) {
2054 if (ui.utype == FTP_URL_T && file != NULL) {
2066 (ui.utype == CLASSIC_URL_T || ui.utype == FTP_URL_T)) {
2181 if (ui.utype == FTP_URL_T) {
2192 if (ui.utype == FTP_URL_T || *dir != '\0') {