Searched refs:OSSL_HTTPS_PORT (Results 1 – 3 of 3) sorted by relevance
31 # define OSSL_HTTPS_PORT "443" macro
214 port = ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_parse_url()
809 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in http_new_bio()897 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_open()1229 port = OSSL_HTTPS_PORT; in OSSL_HTTP_proxy_connect()
Completed in 7 milliseconds