Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/test/
H A Dbio_tfo_test.c343 if (!TEST_int_ge(BIO_socket_wait(afd, 1, time(NULL) + 2), 0)) { in test_fd_tfo()
386 if (!TEST_int_ge(BIO_socket_wait(afd, 1, time(NULL) + 2), 0)) { in test_fd_tfo()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c432 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.c965 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h821 int BIO_socket_wait(int fd, int for_read, time_t max_time);
H A Dbio.h.in798 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/freebsd/crypto/openssl/doc/
H A Dbuild.info710 DEPEND[html/man3/BIO_socket_wait.html]=man3/BIO_socket_wait.pod
711 GENERATE[html/man3/BIO_socket_wait.html]=man3/BIO_socket_wait.pod
712 DEPEND[man/man3/BIO_socket_wait.3]=man3/BIO_socket_wait.pod
713 GENERATE[man/man3/BIO_socket_wait.3]=man3/BIO_socket_wait.pod
3253 html/man3/BIO_socket_wait.html \
3932 man/man3/BIO_socket_wait.3 \
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile59 MAN+= BIO_socket_wait.3
1113 MLINKS+= BIO_socket_wait.3 BIO_do_connect_retry.3
1114 MLINKS+= BIO_socket_wait.3 BIO_wait.3
/freebsd/secure/lib/libcrypto/
H A DVersion.map4371 BIO_socket_wait;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4882 BIO_socket_wait 5010 3_0_0 EXIST::FUNCTION:SOCK