Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_sock.c393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
412 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
413 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()
/third_party/openssl/doc/man3/
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,
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc72 explicit Pipe(bool for_read) { in Pipe() argument
84 if (!SetHandleInformation(for_read ? read : write, HANDLE_FLAG_INHERIT, in Pipe()
/third_party/openssl/include/openssl/
Dbio.h.in684 int BIO_socket_wait(int fd, int for_read, time_t max_time);