Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsslcmds.c94 char *stunnel_path = NULL; in start_stunnel() local
127 if (! stunnel_path && stat(exe, &sbuf) == 0) { in start_stunnel()
129 stunnel_path = exe; in start_stunnel()
135 if (! stunnel_path && stat(exe, &sbuf) == 0) { in start_stunnel()
137 stunnel_path = exe; in start_stunnel()
151 stunnel_path = exe; in start_stunnel()
154 if (! stunnel_path) { in start_stunnel()
158 if (stunnel_path[0] == '\0') { in start_stunnel()
167 rfbLog(" \"%s\"\n", stunnel_path); in start_stunnel()
174 rfbLog("starting ssl tunnel: %s %d -> %d\n", stunnel_path, in start_stunnel()
[all …]