Searched defs:arv (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/apache-portable-runtime/src/network_io/unix/ |
| D | sendrecv.c | 46 apr_status_t arv; in apr_socket_send() local 73 apr_status_t arv; in apr_socket_recv() local 126 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendto() local 161 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 1); in apr_socket_recvfrom() local 217 apr_status_t arv; in apr_socket_sendv() local 262 apr_status_t arv; in apr_socket_sendfile() local 420 apr_status_t arv; in apr_socket_sendfile() local 462 apr_status_t arv; in apr_socket_sendfile() local 574 apr_status_t arv; in apr_socket_sendfile() local 637 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendfile() local [all …]
|
| /external/cronet/third_party/apache-portable-runtime/src/network_io/beos/ |
| D | sendrecv.c | 104 apr_status_t arv = wait_for_io_or_timeout(sock, 1); in apr_socket_recv() local 150 apr_status_t arv = wait_for_io_or_timeout(sock, 0); in apr_socket_sendto() local 191 apr_status_t arv = wait_for_io_or_timeout(sock, 1); in apr_socket_recvfrom() local
|
| /external/cronet/third_party/apache-portable-runtime/src/network_io/os2/ |
| D | sendrecv_udp.c | 41 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendto() local 80 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 1); in apr_socket_recvfrom() local
|
| /external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
| D | readwrite.c | 122 apr_status_t arv = apr_wait_for_io_or_timeout(thefile, NULL, 1); in apr_file_read() local 194 apr_status_t arv = apr_wait_for_io_or_timeout(thefile, NULL, 0); in apr_file_write() local
|