Searched refs:TEST_char_eq (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | packettest.c | 185 || !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()
|
D | test_test.c | 81 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()
|
D | http_test.c | 62 if (!TEST_char_eq(*hdr++, '\r') || !TEST_char_eq(*hdr++, '\n')) in mock_http_server()
|
D | params_test.c | 473 || !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()
|
D | stack_test.c | 315 if (!TEST_char_eq(p->c, v[i]->c)) { in test_SS_stack()
|
D | testutil.h | 443 # define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|