HomeSort by relevance Sort by last modified time
    Searched full:stunnel_path (Results 1 - 1 of 1) sorted by null

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

Completed in 130 milliseconds