Searched refs:BIO_socket_wait (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
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-master/crypto/bio/ |
A D | bio_sock.c | 391 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() function
|
A D | bio_lib.c | 856 return BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
|
/openssl-master/doc/ |
A D | build.info | 682 DEPEND[html/man3/BIO_socket_wait.html]=man3/BIO_socket_wait.pod 683 GENERATE[html/man3/BIO_socket_wait.html]=man3/BIO_socket_wait.pod 684 DEPEND[man/man3/BIO_socket_wait.3]=man3/BIO_socket_wait.pod 685 GENERATE[man/man3/BIO_socket_wait.3]=man3/BIO_socket_wait.pod 2892 html/man3/BIO_socket_wait.html \ 3484 man/man3/BIO_socket_wait.3 \
|
/openssl-master/include/openssl/ |
A D | bio.h.in | 682 int BIO_socket_wait(int fd, int for_read, time_t max_time);
|
/openssl-master/util/ |
A D | libcrypto.num | 4882 BIO_socket_wait 5010 3_0_0 EXIST::FUNCTION:SOCK
|
Completed in 42 milliseconds