Symbol: testdata
lib/libexpat/tests/basic_tests.c
3705
struct bom_testdata *const testdata = XML_GetUserData(parser);
lib/libexpat/tests/basic_tests.c
3706
const char *const external = testdata->external;
lib/libexpat/tests/basic_tests.c
3707
const int split = testdata->split;
lib/libexpat/tests/basic_tests.c
3708
testdata->nested_callback_happened = XML_TRUE;
lib/libexpat/tests/basic_tests.c
3740
struct bom_testdata testdata;
lib/libexpat/tests/basic_tests.c
3741
testdata.external = external;
lib/libexpat/tests/basic_tests.c
3742
testdata.split = split;
lib/libexpat/tests/basic_tests.c
3743
testdata.nested_callback_happened = XML_FALSE;
lib/libexpat/tests/basic_tests.c
3751
XML_SetUserData(parser, &testdata);
lib/libexpat/tests/basic_tests.c
3755
if (! testdata.nested_callback_happened) {
lib/libexpat/tests/basic_tests.c
6153
struct element_decl_data *testdata = (struct element_decl_data *)userData;
lib/libexpat/tests/basic_tests.c
6154
testdata->count += 1;
lib/libexpat/tests/basic_tests.c
6155
XML_FreeContentModel(testdata->parser, model);
lib/libexpat/tests/basic_tests.c
6182
struct element_decl_data testdata;
lib/libexpat/tests/basic_tests.c
6183
testdata.parser = parser;
lib/libexpat/tests/basic_tests.c
6184
testdata.count = 0;
lib/libexpat/tests/basic_tests.c
6185
XML_SetUserData(parser, &testdata);
lib/libexpat/tests/basic_tests.c
6194
assert_true(testdata.count == 1); // first element should be done
lib/libexpat/tests/basic_tests.c
6201
assert_true(testdata.count == 1); // still just the first one
lib/libexpat/tests/basic_tests.c
6210
assert_true(testdata.count == 1); // *still* just the first one
lib/libexpat/tests/basic_tests.c
6221
assert_true(testdata.count == 1); // or the test is incorrect
lib/libexpat/tests/basic_tests.c
6230
assert_true(testdata.count == 2); // the big token should be done
lib/libexpat/tests/basic_tests.c
6237
assert_true(testdata.count == 3); // after isFinal=XML_TRUE, all must be done
regress/lib/libcrypto/pbkdf2/pbkdf2.c
132
test_p5_pbkdf2(unsigned int n, const char *digestname, const testdata *test,
regress/lib/libcrypto/pbkdf2/pbkdf2.c
189
const testdata *test = test_cases;
regress/lib/libcrypto/pbkdf2/pbkdf2.c
70
static const testdata test_cases[] = {
regress/lib/libssl/buffer/buffertest.c
115
rs.buf = testdata;
regress/lib/libssl/buffer/buffertest.c
138
if (!CBS_mem_equal(&cbs, testdata, CBS_len(&cbs))) {
regress/lib/libssl/buffer/buffertest.c
153
if (data_len != sizeof(testdata)) {
regress/lib/libssl/buffer/buffertest.c
155
data_len, sizeof(testdata));
regress/lib/libssl/buffer/buffertest.c
158
if (memcmp(data, testdata, data_len) != 0) {
regress/lib/libssl/buffer/buffertest.c
25
uint8_t testdata[] = {