Searched defs:arv (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/apr/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 …]
|
| /freebsd-10-stable/contrib/apr/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
|