Home
last modified time | relevance | path

Searched refs:WGET_IS_HTTPS (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Dwget.c80 #define WGET_IS_HTTPS (WGET_SSL && (strncmp(TT.url, "https://", 8) == 0)) macro
128 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()