Home
last modified time | relevance | path

Searched refs:BIO_socket_wait (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DBIO_socket_wait.pod5 BIO_socket_wait,
15 int BIO_socket_wait(int fd, int for_read, time_t max_time);
22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0,
48 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
57 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
/openssl/test/
H A Dbio_tfo_test.c329 if (!TEST_int_ge(BIO_socket_wait(afd, 1, time(NULL) + 2), 0)) { in test_fd_tfo()
371 if (!TEST_int_ge(BIO_socket_wait(afd, 1, time(NULL) + 2), 0)) { in test_fd_tfo()
/openssl/crypto/bio/
H A Dbio_sock.c431 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() function
H A Dbss_conn.c232 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
H A Dbio_lib.c969 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
/openssl/doc/
H A Dbuild.info698 DEPEND[html/man3/BIO_socket_wait.html]=man3/BIO_socket_wait.pod
699 GENERATE[html/man3/BIO_socket_wait.html]=man3/BIO_socket_wait.pod
700 DEPEND[man/man3/BIO_socket_wait.3]=man3/BIO_socket_wait.pod
701 GENERATE[man/man3/BIO_socket_wait.3]=man3/BIO_socket_wait.pod
3184 html/man3/BIO_socket_wait.html \
3848 man/man3/BIO_socket_wait.3 \
/openssl/include/openssl/
H A Dbio.h.in792 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/openssl/util/
H A Dlibcrypto.num4882 BIO_socket_wait 5010 3_0_0 EXIST::FUNCTION:SOCK

Completed in 63 milliseconds