Searched refs:APR_TCP_NOPUSH (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/apr/network_io/unix/ |
| HD | sockopt.c | 256 case APR_TCP_NOPUSH: in apr_socket_opt_set() 263 if (apr_is_option_set(sock, APR_TCP_NOPUSH) != on) { in apr_socket_opt_set() 295 apr_set_option(sock, APR_TCP_NOPUSH, on); in apr_socket_opt_set()
|
| HD | sendrecv.c | 299 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1); in apr_socket_sendfile() 323 return apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in apr_socket_sendfile() 360 apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in apr_socket_sendfile() 368 arv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in apr_socket_sendfile() 399 apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in apr_socket_sendfile() 404 apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in apr_socket_sendfile()
|
| /freebsd-13-stable/contrib/apr/include/ |
| HD | apr_network_io.h | 78 #define APR_TCP_NOPUSH 1024 /**< No push */ macro
|