Searched refs:for_read (Results 1 – 1 of 1) sorted by relevance
431 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument455 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()456 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()471 confds.events = for_read ? POLLIN : POLLOUT; in BIO_socket_wait()
Completed in 4 milliseconds