Home
last modified time | relevance | path

Searched refs:TEST_char_eq (Results 1 – 6 of 6) sorted by relevance

/openssl/test/
H A Dtest_test.c81 if (!TEST(1, TEST_char_eq('a', 'a')) in test_char()
82 || !TEST(0, TEST_char_eq('a', 'A')) in test_char()
471 && TEST_char_eq(++c, 'e') in test_single_eval()
472 && TEST_char_eq('e', c--) in test_single_eval()
H A Dpackettest.c185 || !TEST_char_eq(bytes[0], 2) in test_PACKET_copy_bytes()
186 || !TEST_char_eq(bytes[1], 4) in test_PACKET_copy_bytes()
187 || !TEST_char_eq(bytes[2], 6) in test_PACKET_copy_bytes()
188 || !TEST_char_eq(bytes[3], 8) in test_PACKET_copy_bytes()
H A Dhttp_test.c63 if (!TEST_char_eq(*hdr++, '\r') || !TEST_char_eq(*hdr++, '\n')) in mock_http_server()
H A Dparams_test.c473 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
524 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
H A Dstack_test.c315 if (!TEST_char_eq(p->c, v[i]->c)) { in test_SS_stack()
H A Dtestutil.h408 # define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b) macro

Completed in 30 milliseconds