HomeSort by relevance Sort by last modified time
    Searched refs:ssl_helper_pid (Results 1 - 7 of 7) sorted by null

  /external/libvncserver/x11vnc/
sslhelper.h 65 extern void ssl_helper_pid(pid_t pid, int sock);
x11vnc.h 678 pid_t ssl_helper_pid; member in struct:_ClientData
cleanup.c 166 ssl_helper_pid(0, 0); /* killall */
sslhelper.c 672 void ssl_helper_pid(pid_t pid, int sock);
2926 void ssl_helper_pid(pid_t pid, int sock) { function
    [all...]
connections.c 839 if (cd->ssl_helper_pid > 0) {
841 rfbLog("sending SIGTERM to ssl_helper_pid: %d\n",
842 cd->ssl_helper_pid);
843 kill(cd->ssl_helper_pid, SIGTERM);
846 waitpid(cd->ssl_helper_pid, &status, WNOHANG);
848 ssl_helper_pid(cd->ssl_helper_pid, -1); /* delete */
    [all...]
user.c 726 ssl_helper_pid(0, -2); /* waitall */
    [all...]
unixpw.c     [all...]

Completed in 1082 milliseconds