Home
last modified time | relevance | path

Searched refs:BIO_socket_wait (Results 1 – 25 of 69) sorted by relevance

123

/third_party/openssl/doc/man3/
DBIO_socket_wait.pod5 BIO_socket_wait,
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,
48 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
57 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
/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() function
Dbss_conn.c192 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
Dbio_lib.c873 return BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_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() function
Dbss_conn.c192 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
Dbio_lib.c873 return BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
/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);

123