Home
last modified time | relevance | path

Searched refs:BIO_SOCK_NONBLOCK (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock2.c69 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
88 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_connect()
196 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
242 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_listen()
322 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) { in BIO_accept_ex()
H A Dbss_acpt.c449 data->bind_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
458 data->bind_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
464 data->accepted_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
466 data->accepted_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
H A Dbss_conn.c496 data->connect_mode |= BIO_SOCK_NONBLOCK; in conn_ctrl()
498 data->connect_mode &= ~BIO_SOCK_NONBLOCK; in conn_ctrl()
/third_party/openssl/crypto/bio/
H A Dbio_sock2.c69 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
88 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_connect()
196 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
242 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_listen()
322 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) { in BIO_accept_ex()
H A Dbss_acpt.c449 data->bind_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
458 data->bind_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
464 data->accepted_mode |= BIO_SOCK_NONBLOCK; in acpt_ctrl()
466 data->accepted_mode &= ~BIO_SOCK_NONBLOCK; in acpt_ctrl()
H A Dbss_conn.c496 data->connect_mode |= BIO_SOCK_NONBLOCK; in conn_ctrl()
498 data->connect_mode &= ~BIO_SOCK_NONBLOCK; in conn_ctrl()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h704 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dbio.h789 # define BIO_SOCK_NONBLOCK 0x08 macro

Completed in 39 milliseconds

123