Searched refs:BIO_set_tcp_ndelay (Results 1 – 10 of 10) sorted by relevance
206 if (!BIO_set_tcp_ndelay(wfd, 1)) { in ossl_rio_notifier_init()317 if (domain == AF_INET && !BIO_set_tcp_ndelay(fds[1], 1)) { in ossl_rio_notifier_init()
50 function BIO_set_tcp_ndelay() can be used to turn on or off the B<TCP_NODELAY>
331 int BIO_set_tcp_ndelay(int s, int on) in BIO_set_tcp_ndelay() function
428 BIO_set_tcp_ndelay(sock, 1); in do_server()
212 BIO_set_tcp_ndelay(3)
239 BIO_set_tcp_ndelay(3)
3622 BIO_set_tcp_ndelay 3705 3_0_0 EXIST::FUNCTION:SOCK
881 int BIO_set_tcp_ndelay(int sock, int turn_on);
858 int BIO_set_tcp_ndelay(int sock, int turn_on);
388 BIO_set_tcp_ndelay;