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 D | testsockopt.c | 39 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 D | testsock.c | 126 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 D | testsockets.c | 125 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 D | sendfile.c | 252 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 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
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/ |
H A D | sockopt.c | 40 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 D | sockopt.c | 99 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 D | apr_network_io.h | 626 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 D | CHANGES | 171 *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389.
|