Searched refs:https_sock (Results 1 – 3 of 3) sorted by relevance
49 extern int https_sock;
63 int https_sock = -1; variable2676 int nfds, nmax = https_sock; in check_https()2680 if (! use_openssl || (https_sock < 0 && https_sock6 < 0)) { in check_https()2691 if (https_sock >= 0) { in check_https()2692 FD_SET(https_sock, &fds); in check_https()2696 if (https_sock6 > https_sock) { in check_https()2710 if (https_sock >= 0 && FD_ISSET(https_sock, &fds)) { in check_https()2869 if (https_sock >= 0) { in https_port()2870 close(https_sock); in https_port()2871 https_sock = -1; in https_port()[all …]
5888 if (https_sock >= 0) {5889 close(https_sock);5890 https_sock = -1;