Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestsockopt.c96 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1); in corkable()
99 rv = apr_socket_opt_get(sock, APR_TCP_NOPUSH, &ck); in corkable()
109 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in corkable()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
H A Dsendrecv.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()
H A Dsockopt.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()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_network_io.h74 #define APR_TCP_NOPUSH 1024 /**< No push */ macro