Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestsockopt.c39 rv = apr_socket_opt_set(sock, APR_SO_KEEPALIVE, 1); in set_keepalive()
54 rv1 = apr_socket_opt_set(sock, APR_SO_DEBUG, 1); in set_debug()
73 rv = apr_socket_opt_set(sock, APR_SO_KEEPALIVE, 0); in remove_keepalive()
89 rv = apr_socket_opt_set(sock, APR_TCP_NODELAY, 1); in corkable()
96 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 1); in corkable()
109 rv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0); in corkable()
H A Dtestsock.c126 rv = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1); in setup_socket()
367 apr_socket_opt_set(cd, APR_SO_NONBLOCK, 1)); in test_get_addr()
461 rv = apr_socket_opt_set(sock, APR_SO_NONBLOCK, 1); in test_nonblock_inheritance()
476 rv = apr_socket_opt_set(sock2, APR_SO_NONBLOCK, 1); in test_nonblock_inheritance()
H A Dtestsockets.c125 rv = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1); in sendto_receivefrom_helper()
127 rv = apr_socket_opt_set(sock2, APR_SO_REUSEADDR, 1); in sendto_receivefrom_helper()
H A Dsendfile.c252 rv = apr_socket_opt_set(sock, APR_SO_NONBLOCK, 1); in client()
533 rv = apr_socket_opt_set(sock, APR_SO_REUSEADDR, 1); in server()
/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.c113 apr_status_t apr_socket_opt_set(apr_socket_t *sock, in apr_socket_opt_set() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dsockopt.c40 APR_DECLARE(apr_status_t) apr_socket_opt_set(apr_socket_t *sock, in apr_socket_opt_set() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/
H A Dsockopt.c99 APR_DECLARE(apr_status_t) apr_socket_opt_set(apr_socket_t *sock, in apr_socket_opt_set() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_network_io.h626 APR_DECLARE(apr_status_t) apr_socket_opt_set(apr_socket_t *sock,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A DCHANGES171 *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389.