Searched refs:BIO_socket_wait (Results 1 – 3 of 3) sorted by relevance
431 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() function
232 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
969 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
Completed in 10 milliseconds