Home
last modified time | relevance | path

Searched defs:arv (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
Dsendrecv.c46 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/
Dsendrecv.c104 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/
Dsendrecv_udp.c41 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/
Dreadwrite.c122 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