Searched refs:APR_TCP_NOPUSH (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/apr-32/apr/apr/test/
H A Dtestsockopt.c96 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1);
99 rv = apr_socket_opt_get(sock, APR_TCP_NOPUSH, &ck);
109 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsockopt.c244 case APR_TCP_NOPUSH:
251 if (apr_is_option_set(sock, APR_TCP_NOPUSH) != on) {
283 apr_set_option(sock, APR_TCP_NOPUSH, on);
H A Dsendrecv.c299 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1);
323 return apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
360 apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
368 arv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
399 apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
404 apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
/macosx-10.10/apache-793/httpd/server/
H A Dcore_filters.c645 (void)apr_socket_opt_set(s, APR_TCP_NOPUSH, 1);
649 (void)apr_socket_opt_set(s, APR_TCP_NOPUSH, 0);
655 (void)apr_socket_opt_set(s, APR_TCP_NOPUSH, 0);
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_network_io.h74 #define APR_TCP_NOPUSH 1024 /**< No push */ macro
76 * when we set APR_TCP_NOPUSH with

Completed in 206 milliseconds