Searched refs:for_read (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bio_sock.c | 393 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/ |
D | BIO_socket_wait.pod | 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,
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | command_windows.cc | 72 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/ |
D | bio.h.in | 684 int BIO_socket_wait(int fd, int for_read, time_t max_time);
|