Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:ssl_helper_pid

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 */
3978 cd->ssl_helper_pid = 0;
3981 cd->ssl_helper_pid = openssl_last_helper_pid;