Lines Matching defs:timeout
603 struct timeval timeout;
628 timeout.tv_sec = 0;
629 timeout.tv_usec = 300000;
631 timeout.tv_sec = 3;
632 timeout.tv_usec = 0;
639 slct = select(max_fd + 1, &w, NULL, NULL, &timeout);
646 fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, txmsg_pop_total);
655 slct = select(max_fd + 1, NULL, NULL, &w, &timeout);
770 struct timeval timeout;
773 timeout.tv_sec = 3;
774 timeout.tv_usec = 0;
776 err = setsockopt(c2, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(struct timeval));
871 struct timeval timeout;
875 timeout.tv_sec = 10;
876 timeout.tv_usec = 0;
896 s = select(max_fd + 1, &w, NULL, NULL, &timeout);
901 fprintf(stderr, "unexpected timeout\n");
1563 * because they wait for a timeout. Test pass, redir and cork with