Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_sock.c391 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
410 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
411 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()
/openssl-master/doc/man3/
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-master/include/openssl/
A Dbio.h.in682 int BIO_socket_wait(int fd, int for_read, time_t max_time);

Completed in 8 milliseconds