Searched refs:httpsock (Results 1 – 1 of 1) sorted by relevance
| /external/libvncserver/x11vnc/ |
| D | sslhelper.c | 3491 int s_in, s_out, httpsock = -1; in accept_openssl() local 3804 httpsock = connect_tcp(iface, hport); in accept_openssl() 3806 if (httpsock < 0) { in accept_openssl() 3813 getpid(), httpsock, n); in accept_openssl() 3823 if (db) fprintf(stderr, "sending http buffer httpsock: %d n=%d\n'%s'\n", httpsock, n, buf); in accept_openssl() 3830 write(httpsock, buf, m); in accept_openssl() 3831 write(httpsock, s, strlen(s)); in accept_openssl() 3833 write(httpsock, q, n-m); in accept_openssl() 3838 write(httpsock, buf, n); in accept_openssl() 3841 ssl_xfer(httpsock, s_in, s_out, is_http); in accept_openssl()
|