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

  /src/crypto/external/apache2/openssl/dist/test/
quic_client_test.c 24 static int is_want(SSL *s, int ret) function
110 if (!TEST_true(ret == 1 || is_want(c_ssl, ret)))
137 } else if (!TEST_true(is_want(c_ssl, ret))) {
quic_tserver_test.c 27 static int is_want(SSL *s, int ret) function
212 if (!TEST_true(ret == 1 || is_want(c_ssl, ret)))
279 if (!TEST_true(ret == 1 || is_want(c_ssl, ret)))
quic_multistream_test.c 1008 static int is_want(SSL *s, int ret) function
1285 if (!h->blocking && is_want(h->c_conn, ret))
1428 if (is_want(c_tgt, 0))
1763 if (is_want(c_tgt, 0))
  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c 520 static int is_want(SSL *s, int ret) function
704 if (do_wait && is_want(ssl, 0))
737 if (is_want(ssl, ret))
813 if (is_want(ssl, 0))

Completed in 32 milliseconds