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

/external/libvncserver/x11vnc/
H A Dsslhelper.h65 extern void ssl_helper_pid(pid_t pid, int sock);
H A Dx11vnc.h678 pid_t ssl_helper_pid; member in struct:_ClientData
H A Dcleanup.c166 ssl_helper_pid(0, 0); /* killall */
H A Dsslhelper.c672 void ssl_helper_pid(pid_t pid, int sock);
2333 ssl_helper_pid(0, -2);
2630 ssl_helper_pid(0, -2); /* waitall */
2926 void ssl_helper_pid(pid_t pid, int sock) { function
2993 if (db) fprintf(stderr, "ssl_helper_pid(%d, %d)\n", pid, sock);
4023 ssl_helper_pid(pid, -2);
4072 ssl_helper_pid(0, -2);
4122 ssl_helper_pid(0, -2);
4126 ssl_helper_pid(0, -2);
4144 ssl_helper_pid(pi
[all...]
H A Dconnections.c839 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;
H A Duser.c726 ssl_helper_pid(0, -2); /* waitall */
H A Dunixpw.c2149 ssl_helper_pid(0, -2); /* waitall */

Completed in 140 milliseconds