Home
last modified time | relevance | path

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

123

/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/node/deps/openssl/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/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dbio.h707 int BIO_socket_wait(int fd, int for_read, time_t max_time);

123