Searched refs:httpport (Results 1 – 3 of 3) sorted by relevance
175 extern char *httpport; /* port number to use for http connections */
161 char *httpport; variable326 httpport = "http"; in main()
513 port = portnum ? portnum : (ishttpsurl ? httpsport : httpport); in url_get()515 port = portnum ? portnum : httpport; in url_get()536 if (error == EAI_SERVICE && port == httpport) { in url_get()