Searched refs:apr_socket_opt_set (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/apr/network_io/unix/ |
| H A D | 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()
|
| H A D | sockopt.c | 113 apr_status_t apr_socket_opt_set(apr_socket_t *sock, in apr_socket_opt_set() function
|
| /freebsd-13.1/contrib/serf/ |
| H A D | incoming.c | 157 rv = apr_socket_opt_set(l->skt, APR_SO_REUSEADDR, 1); in serf_listener_create()
|
| H A D | outgoing.c | 373 if ((status = apr_socket_opt_set(skt, in serf__open_connections()
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_network_io.h | 693 APR_DECLARE(apr_status_t) apr_socket_opt_set(apr_socket_t *sock,
|
| /freebsd-13.1/contrib/subversion/subversion/svnserve/ |
| H A D | svnserve.c | 1221 status = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1); in sub_main()
|
| H A D | serve.c | 4464 ar = apr_socket_opt_set(connection->usock, APR_SO_KEEPALIVE, 1); in serve_interruptable()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | client.c | 181 status = apr_socket_opt_set(*sock, APR_SO_KEEPALIVE, 1); in make_connection()
|