Home
last modified time | relevance | path

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

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dsslhelper.h65 extern void ssl_helper_pid(pid_t pid, int sock);
H A Dx11vnc.h690 pid_t ssl_helper_pid; member
H A Dsslhelper.c672 void ssl_helper_pid(pid_t pid, int sock);
2402 ssl_helper_pid(0, -2); in ssl_xfer()
2699 ssl_helper_pid(0, -2); /* waitall */ in check_openssl()
2995 void ssl_helper_pid(pid_t pid, int sock) { in ssl_helper_pid() function
4092 ssl_helper_pid(pid, -2); in accept_openssl()
4141 ssl_helper_pid(0, -2); in accept_openssl()
4191 ssl_helper_pid(0, -2); in accept_openssl()
4195 ssl_helper_pid(0, -2); in accept_openssl()
4213 ssl_helper_pid(pid, vsock); in accept_openssl()
H A Dconnections.c853 if (cd->ssl_helper_pid > 0) { in client_gone()
856 cd->ssl_helper_pid); in client_gone()
857 kill(cd->ssl_helper_pid, SIGTERM); in client_gone()
860 waitpid(cd->ssl_helper_pid, &status, WNOHANG); in client_gone()
862 ssl_helper_pid(cd->ssl_helper_pid, -1); /* delete */ in client_gone()
4005 cd->ssl_helper_pid = 0; in new_client()
4008 cd->ssl_helper_pid = openssl_last_helper_pid; in new_client()
H A Dcleanup.c168 ssl_helper_pid(0, 0); /* killall */ in clean_up_exit()
H A Dunixpw.c2149 ssl_helper_pid(0, -2); /* waitall */
H A Duser.c727 ssl_helper_pid(0, -2); /* waitall */ in switch_user()