Lines Matching refs:arv

46         apr_status_t arv;
48 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
49 if (arv != APR_SUCCESS) {
51 return arv;
73 apr_status_t arv;
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);
127 if (arv != APR_SUCCESS) {
129 return arv;
161 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 1);
162 if (arv != APR_SUCCESS) {
164 return arv;
217 apr_status_t arv;
219 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
220 if (arv != APR_SUCCESS) {
222 return arv;
262 apr_status_t arv;
305 arv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
307 if (arv != APR_SUCCESS) {
342 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
343 if (arv != APR_SUCCESS) {
345 return arv;
368 arv = apr_socket_opt_set(sock, APR_TCP_NOPUSH, 0);
378 return arv;
393 arv = apr_socket_sendv(sock, hdtr->trailers, hdtr->numtrailers,
396 if (arv != APR_SUCCESS) {
420 apr_status_t arv;
439 arv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
441 if (arv != APR_SUCCESS) {
462 apr_status_t arv;
464 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
465 if (arv != APR_SUCCESS) {
467 return arv;
511 arv = apr_socket_sendv(sock, hdtr->trailers, hdtr->numtrailers,
514 if (arv != APR_SUCCESS) {
574 apr_status_t arv;
576 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
577 if (arv != APR_SUCCESS) {
579 return arv;
637 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
638 if (arv != APR_SUCCESS) {
640 return arv;
772 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
774 if (arv != APR_SUCCESS) {
776 return arv;
821 apr_status_t arv;
920 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
921 if (arv != APR_SUCCESS) {
923 return arv;
981 apr_status_t rv, arv;
1040 arv = apr_wait_for_io_or_timeout(NULL, sock, 0);
1041 if (arv != APR_SUCCESS) {
1043 return arv;
1057 arv = 0;
1069 else if (!arv && (sock->timeout > 0)) {
1077 arv = 1;