Searched refs:httpsport (Results 1 – 3 of 3) sorted by relevance
177 extern char *httpsport; /* port number to use for https connections */
163 char *httpsport; variable328 httpsport = "https"; in main()
513 port = portnum ? portnum : (ishttpsurl ? httpsport : httpport); in url_get()540 } else if (error == EAI_SERVICE && port == httpsport) { in url_get()