Searched refs:WGET_IS_HTTPS (Results 1 – 1 of 1) sorted by relevance
80 #define WGET_IS_HTTPS (WGET_SSL && (strncmp(TT.url, "https://", 8) == 0)) macro128 else if (!*port && WGET_IS_HTTPS) *port = "443"; in wget_info()138 } else if (WGET_IS_HTTPS) { in wget_connect()189 else if (WGET_IS_HTTPS) { in wget_read()207 } else if (WGET_IS_HTTPS) { in wget_write()