HomeSort by: relevance | last modified time | path
    Searched defs:other_conn (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quicapitest.c 2429 SSL *domain = NULL, *listener = NULL, *other_conn = NULL; local
2443 || !TEST_true(other_conn = SSL_new(ctx))
2444 || !TEST_true(SSL_get_domain_flags(other_conn, &domain_flags))
2447 || !TEST_false(SSL_is_domain(other_conn))
2449 || !TEST_ptr_null(SSL_get0_domain(other_conn))
2461 SSL_free(other_conn);
quicapitest.c 2429 SSL *domain = NULL, *listener = NULL, *other_conn = NULL; local
2443 || !TEST_true(other_conn = SSL_new(ctx))
2444 || !TEST_true(SSL_get_domain_flags(other_conn, &domain_flags))
2447 || !TEST_false(SSL_is_domain(other_conn))
2449 || !TEST_ptr_null(SSL_get0_domain(other_conn))
2461 SSL_free(other_conn);

Completed in 35 milliseconds