apr_socket_opt_set  207 modules/http/http_core.c         apr_socket_opt_set(csd, APR_INCOMPLETE_READ, 1);
apr_socket_opt_set 1240 modules/proxy/mod_proxy_ftp.c                         && (rv = apr_socket_opt_set(data_sock, APR_SO_RCVBUF,
apr_socket_opt_set 1247 modules/proxy/mod_proxy_ftp.c                 rv = apr_socket_opt_set(data_sock, APR_TCP_NODELAY, 1);
apr_socket_opt_set 1334 modules/proxy/mod_proxy_ftp.c                         && (rv = apr_socket_opt_set(data_sock, APR_SO_RCVBUF,
apr_socket_opt_set 1341 modules/proxy/mod_proxy_ftp.c                 rv = apr_socket_opt_set(data_sock, APR_TCP_NODELAY, 1);
apr_socket_opt_set 1385 modules/proxy/mod_proxy_ftp.c         if ((rv = apr_socket_opt_set(local_sock, APR_SO_REUSEADDR, one))
apr_socket_opt_set 1575 modules/proxy/proxy_util.c             (rv = apr_socket_opt_set(*newsock, APR_SO_RCVBUF,
apr_socket_opt_set 1583 modules/proxy/proxy_util.c         rv = apr_socket_opt_set(*newsock, APR_TCP_NODELAY, 1);
apr_socket_opt_set 2313 modules/proxy/proxy_util.c             (rv = apr_socket_opt_set(newsock, APR_SO_RCVBUF,
apr_socket_opt_set 2321 modules/proxy/proxy_util.c         rv = apr_socket_opt_set(newsock, APR_TCP_NODELAY, 1);
apr_socket_opt_set 2340 modules/proxy/proxy_util.c             if ((rv = apr_socket_opt_set(newsock,
apr_socket_opt_set  145 server/connection.c     apr_socket_opt_set(csd, APR_INCOMPLETE_READ, 1);
apr_socket_opt_set 3927 server/core.c      rv = apr_socket_opt_set(csd, APR_TCP_NODELAY, 1);
apr_socket_opt_set   55 server/listen.c     stat = apr_socket_opt_set(s, APR_SO_REUSEADDR, one);
apr_socket_opt_set   65 server/listen.c     stat = apr_socket_opt_set(s, APR_SO_KEEPALIVE, one);
apr_socket_opt_set   76 server/listen.c         stat = apr_socket_opt_set(s, APR_IPV6_V6ONLY, v6only_setting);
apr_socket_opt_set  108 server/listen.c         stat = apr_socket_opt_set(s, APR_SO_SNDBUF,  send_buffer_size);
apr_socket_opt_set  118 server/listen.c         stat = apr_socket_opt_set(s, APR_SO_RCVBUF, receive_buffer_size);
apr_socket_opt_set  160 server/listen.c     stat = apr_socket_opt_set(s, APR_SO_REUSEADDR, one);
apr_socket_opt_set  228 server/listen.c         rv = apr_socket_opt_set(s, APR_TCP_DEFER_ACCEPT, 1);
apr_socket_opt_set  500 server/listen.c         status = apr_socket_opt_set(lr->sd, APR_SO_NONBLOCK, use_nonblock);
apr_socket_opt_set  886 server/mpm/experimental/event/event.c         apr_socket_opt_set(pfd.desc.s, APR_SO_NONBLOCK, 1);
apr_socket_opt_set  458 server/mpm/netware/mpm_netware.c                 apr_socket_opt_set(csd, APR_SO_NONBLOCK, 0);
apr_socket_opt_set  488 server/mpm_common.c     apr_status_t status = apr_socket_opt_set(s, APR_TCP_NODELAY, 1);
apr_socket_opt_set  600 srclib/apr/include/apr_network_io.h APR_DECLARE(apr_status_t) apr_socket_opt_set(apr_socket_t *sock,
apr_socket_opt_set  295 srclib/apr/network_io/unix/sendrecv.c         rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1);
apr_socket_opt_set  319 srclib/apr/network_io/unix/sendrecv.c             return apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
apr_socket_opt_set  356 srclib/apr/network_io/unix/sendrecv.c         apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
apr_socket_opt_set  364 srclib/apr/network_io/unix/sendrecv.c         arv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
apr_socket_opt_set  395 srclib/apr/network_io/unix/sendrecv.c             apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
apr_socket_opt_set  400 srclib/apr/network_io/unix/sendrecv.c     apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
apr_socket_opt_set  224 srclib/apr/test/sendfile.c         rv = apr_socket_opt_set(sock, APR_SO_NONBLOCK, 1);
apr_socket_opt_set  503 srclib/apr/test/sendfile.c     rv = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1);
apr_socket_opt_set   88 srclib/apr/test/testsock.c     rv = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1);
apr_socket_opt_set  260 srclib/apr/test/testsock.c                        apr_socket_opt_set(cd, APR_SO_NONBLOCK, 1));
apr_socket_opt_set  125 srclib/apr/test/testsockets.c     rv = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1);
apr_socket_opt_set  127 srclib/apr/test/testsockets.c     rv = apr_socket_opt_set(sock2, APR_SO_REUSEADDR, 1);
apr_socket_opt_set   39 srclib/apr/test/testsockopt.c     rv = apr_socket_opt_set(sock, APR_SO_KEEPALIVE, 1);
apr_socket_opt_set   54 srclib/apr/test/testsockopt.c     rv1 = apr_socket_opt_set(sock, APR_SO_DEBUG, 1);
apr_socket_opt_set   73 srclib/apr/test/testsockopt.c     rv = apr_socket_opt_set(sock, APR_SO_KEEPALIVE, 0);
apr_socket_opt_set   89 srclib/apr/test/testsockopt.c     rv = apr_socket_opt_set(sock, APR_TCP_NODELAY, 1);
apr_socket_opt_set   96 srclib/apr/test/testsockopt.c     rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1);
apr_socket_opt_set  109 srclib/apr/test/testsockopt.c     rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
apr_socket_opt_set 1150 support/ab.c       if ((rv = apr_socket_opt_set(c->aprsock, APR_SO_NONBLOCK, 1))
apr_socket_opt_set 1156 support/ab.c           rv = apr_socket_opt_set(c->aprsock, APR_SO_SNDBUF, 
apr_socket_opt_set 1161 support/ab.c           rv = apr_socket_opt_set(c->aprsock, APR_SO_RCVBUF,