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

  /src/crypto/external/apache2/openssl/dist/test/
quic_cc_test.c 433 if (!TEST_uint64_t_ne(diag_cur_bytes_in_flight, UINT64_MAX)
434 || !TEST_uint64_t_ne(diag_cur_cwnd_size, UINT64_MAX))
595 if (!TEST_uint64_t_ne(ccm->get_tx_allowance(cc), allowance2))
quic_multistream_test.c 1325 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
1341 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
1391 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
1440 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
1699 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
1725 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
1772 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX))
quicapitest.c 2434 || !TEST_uint64_t_ne(domain_flags, 0)
2435 || !TEST_uint64_t_ne(domain_flags & (SSL_DOMAIN_FLAG_SINGLE_THREAD | SSL_DOMAIN_FLAG_MULTI_THREAD), 0)
2436 || !TEST_uint64_t_ne(domain_flags & SSL_DOMAIN_FLAG_LEGACY_BLOCKING, 0)
testutil.h 480 #define TEST_uint64_t_ne(a, b) test_uint64_t_ne(__FILE__, __LINE__, #a, #b, a, b)
  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_tests.c 458 if (TEST_uint64_t_ne(path_challenge_count, 16))
460 if (TEST_uint64_t_ne(path_response_count, 1))

Completed in 57 milliseconds