Searched refs:arv (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c46 apr_status_t arv; local
48 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
49 if (arv != APR_SUCCESS) {
51 return arv;
73 apr_status_t arv; local
87 arv = apr_wait_for_io_or_timeout(NULL, sock, 1);
88 if (arv != APR_SUCCESS) {
90 return arv;
126 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); local
127 if (arv !
161 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 1); local
217 apr_status_t arv; local
262 apr_status_t arv; local
420 apr_status_t arv; local
462 apr_status_t arv; local
574 apr_status_t arv; local
637 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); local
772 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); local
821 apr_status_t arv; local
981 apr_status_t rv, arv; local
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dreadwrite.c122 apr_status_t arv = apr_wait_for_io_or_timeout(thefile, NULL, 1); local
123 if (arv != APR_SUCCESS) {
125 return arv;
194 apr_status_t arv = apr_wait_for_io_or_timeout(thefile, NULL, 0); local
195 if (arv != APR_SUCCESS) {
197 return arv;

Completed in 70 milliseconds