Searched defs:testdata (Results 1 – 8 of 8) sorted by relevance
19 struct testdata { struct29 static struct testdata tbl_testdata[] = { argument
23 struct testdata { struct24 char *data; /* TIME string value */25 int type; /* GENERALIZED OR UTC */26 int expected_type; /* expected type after set/set_string_gmt */27 int check_result; /* check result */28 time_t t; /* expected time_t*/29 int cmp_result; /* comparison to baseline result */30 int convert_result; /* conversion result */
57 const TESTDATA testdata = tests[idx]; in test_mdc2() local
78 const char testdata[] = "Test data"; in test_func() local203 const char testdata[] = "Test data"; in test_free_buffers() local
70 const TESTDATA *testdata = &tests[idx]; in test_offset() local
347 static const char testdata[] = "test data"; in test_save_restore() local
388 unsigned char testdata[] = { 0x00, 0x01, 0x02, 0x03 }; in test_WPACKET_init_der() local
296 const char testdata[] = "Test data"; in test_asyncio() local
Completed in 17 milliseconds