Home
last modified time | relevance | path

Searched refs:apr_socket_opt_set (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/apr/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.c113 apr_status_t apr_socket_opt_set(apr_socket_t *sock, in apr_socket_opt_set() function
/freebsd-13.1/contrib/serf/
H A Dincoming.c157 rv = apr_socket_opt_set(l->skt, APR_SO_REUSEADDR, 1); in serf_listener_create()
H A Doutgoing.c373 if ((status = apr_socket_opt_set(skt, in serf__open_connections()
/freebsd-13.1/contrib/apr/include/
H A Dapr_network_io.h693 APR_DECLARE(apr_status_t) apr_socket_opt_set(apr_socket_t *sock,
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c1221 status = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1); in sub_main()
H A Dserve.c4464 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 Dclient.c181 status = apr_socket_opt_set(*sock, APR_SO_KEEPALIVE, 1); in make_connection()