Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/network_io/unix/
HDsockopt.c256 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()
HDsendrecv.c299 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/
HDapr_network_io.h78 #define APR_TCP_NOPUSH 1024 /**< No push */ macro