Searched refs:write_tty (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | s_client.c | 583 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending; in MAIN() local 1390 write_tty=0; in MAIN() 1582 if (write_tty) openssl_fdset(fileno(stdout),&writefds); in MAIN() 1589 if(!tty_on || !write_tty) { in MAIN() 1614 if(!write_tty) { in MAIN() 1629 if(!write_tty) { in MAIN() 1643 if(!write_tty) { in MAIN() 1704 write_tty=0; in MAIN() 1745 else if (!ssl_pending && write_tty) in MAIN() 1768 write_tty=0; in MAIN() [all …]
|
/external/openssl/apps/ |
D | s_client.c | 584 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending; in MAIN() local 1411 write_tty=0; in MAIN() 1603 if (write_tty) openssl_fdset(fileno(stdout),&writefds); in MAIN() 1610 if(!tty_on || !write_tty) { in MAIN() 1635 if(!write_tty) { in MAIN() 1650 if(!write_tty) { in MAIN() 1664 if(!write_tty) { in MAIN() 1725 write_tty=0; in MAIN() 1766 else if (!ssl_pending && write_tty) in MAIN() 1789 write_tty=0; in MAIN() [all …]
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 25 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending;
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
D | handshake_cutthrough.patch | 25 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending;
|