Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h33 #define PORT_HTTPS 443 macro
50 #define PORT_RTMPS PORT_HTTPS
Dhttp.c153 PORT_HTTPS, /* defport */
2254 (conn->remote_port == PORT_HTTPS)) || in Curl_http()