Home
last modified time | relevance | path

Searched refs:for_read (Results 1 – 3 of 3) sorted by relevance

/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() argument
454 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
455 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()
/openssl/doc/man3/
H A DBIO_socket_wait.pod15 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,
/openssl/include/openssl/
H A Dbio.h.in792 int BIO_socket_wait(int fd, int for_read, time_t max_time);

Completed in 15 milliseconds