Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsslhelper.c74 static int dhret_fd = -1; variable
3464 dhret_fd = mkstemp(dhret); in accept_openssl()
3466 if (dhret_fd < 0) { in accept_openssl()
3469 dhret_fd = -1; in accept_openssl()
3896 if (dhret_fd >= 0) { in accept_openssl()
3897 close(dhret_fd); in accept_openssl()
3898 dhret_fd = -1; in accept_openssl()
3938 if (dhret_fd >= 0 && stat(dhret, &sbuf) == 0 && sbuf.st_size > 0) { in accept_openssl()
3940 read(dhret_fd, dhret_str, sbuf.st_size); in accept_openssl()
3941 close(dhret_fd); in accept_openssl()
[all …]