Home
last modified time | relevance | path

Searched refs:https_sock (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dsslhelper.h49 extern int https_sock;
Dsslhelper.c63 int https_sock = -1; variable
2676 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 …]
Dx11vnc.c5888 if (https_sock >= 0) {
5889 close(https_sock);
5890 https_sock = -1;