Home
last modified time | relevance | path

Searched refs:acpt (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dssl_old_test.c1921 BIO *acpt = NULL, *server = NULL, *client = NULL; in doit_localhost() local
1927 acpt = BIO_new_accept(family == BIO_FAMILY_IPV4 ? "127.0.0.1:0" in doit_localhost()
1929 if (acpt == NULL) in doit_localhost()
1931 BIO_set_accept_ip_family(acpt, family); in doit_localhost()
1932 BIO_set_bind_mode(acpt, BIO_SOCK_NONBLOCK | BIO_SOCK_REUSEADDR); in doit_localhost()
1933 if (BIO_do_accept(acpt) <= 0) in doit_localhost()
1936 BIO_snprintf(addr_str, sizeof(addr_str), ":%s", BIO_get_accept_port(acpt)); in doit_localhost()
1945 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
1961 if (BIO_do_accept(acpt) <= 0) { in doit_localhost()
1962 if (!BIO_should_retry(acpt)) in doit_localhost()
[all...]

Completed in 9 milliseconds