Searched refs:BIO_socket_wait (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | BIO_socket_wait.pod | 5 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 D | bio_tfo_test.c | 329 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 D | bio_sock.c | 431 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() function
|
H A D | bss_conn.c | 232 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
|
H A D | bio_lib.c | 969 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
|
/openssl/doc/ |
H A D | build.info | 698 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 D | bio.h.in | 792 int BIO_socket_wait(int fd, int for_read, time_t max_time);
|
/openssl/util/ |
H A D | libcrypto.num | 4882 BIO_socket_wait 5010 3_0_0 EXIST::FUNCTION:SOCK
|
Completed in 63 milliseconds