HomeSort by: relevance | last modified time | path
    Searched refs:BIO_SOCK_NONBLOCK (Results 1 - 19 of 19) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_sock2.c 69 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
88 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0))
196 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
242 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0))
322 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) {
bss_acpt.c 449 data->bind_mode |= BIO_SOCK_NONBLOCK;
458 data->bind_mode &= ~BIO_SOCK_NONBLOCK;
464 data->accepted_mode |= BIO_SOCK_NONBLOCK;
466 data->accepted_mode &= ~BIO_SOCK_NONBLOCK;
bss_conn.c 496 data->connect_mode |= BIO_SOCK_NONBLOCK;
498 data->connect_mode &= ~BIO_SOCK_NONBLOCK;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_sock2.c 67 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
86 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0))
180 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
225 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0))
300 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) {
bss_acpt.c 442 data->bind_mode |= BIO_SOCK_NONBLOCK;
451 data->bind_mode &= ~BIO_SOCK_NONBLOCK;
457 data->accepted_mode |= BIO_SOCK_NONBLOCK;
459 data->accepted_mode &= ~BIO_SOCK_NONBLOCK;
bss_conn.c 465 data->connect_mode |= BIO_SOCK_NONBLOCK;
467 data->connect_mode &= ~BIO_SOCK_NONBLOCK;
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_sock2.c 70 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
90 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0))
257 * - BIO_SOCK_NONBLOCK: Make the socket non-blocking.
305 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0))
437 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) {
bss_acpt.c 451 data->bind_mode |= BIO_SOCK_NONBLOCK;
462 data->bind_mode &= ~BIO_SOCK_NONBLOCK;
470 data->accepted_mode |= BIO_SOCK_NONBLOCK;
472 data->accepted_mode &= ~BIO_SOCK_NONBLOCK;
bss_conn.c 612 data->connect_mode |= BIO_SOCK_NONBLOCK;
614 data->connect_mode &= ~BIO_SOCK_NONBLOCK;
  /src/crypto/external/apache2/openssl/dist/test/
bio_tfo_test.c 219 int server_flags = BIO_SOCK_NONBLOCK;
220 int client_flags = BIO_SOCK_NONBLOCK;
ssl_old_test.c 1932 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 704 # define BIO_SOCK_NONBLOCK 0x08
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 886 #define BIO_SOCK_NONBLOCK 0x08
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 766 # define BIO_SOCK_NONBLOCK 0x08
  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c 1379 asock = BIO_accept_ex(lsock, NULL, BIO_SOCK_NONBLOCK);
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c 1365 asock = BIO_accept_ex(lsock, NULL, BIO_SOCK_NONBLOCK);
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c 1387 asock = BIO_accept_ex(lsock, NULL, BIO_SOCK_NONBLOCK);
ssltest_old.c 1928 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR);
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 1936 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR);

Completed in 40 milliseconds