Symbol: testdata_type
usr.sbin/unbound/testcode/unitlruhash.c
213
testdata_type* d = newdata(128);
usr.sbin/unbound/testcode/unitlruhash.c
214
testdata_type* d2 = newdata(129);
usr.sbin/unbound/testcode/unitlruhash.c
235
testadd(struct lruhash* table, testdata_type* ref[])
usr.sbin/unbound/testcode/unitlruhash.c
238
testdata_type* data = newdata(numtoadd);
usr.sbin/unbound/testcode/unitlruhash.c
247
testremove(struct lruhash* table, testdata_type* ref[])
usr.sbin/unbound/testcode/unitlruhash.c
258
testlookup(struct lruhash* table, testdata_type* ref[])
usr.sbin/unbound/testcode/unitlruhash.c
263
testdata_type* data = en? (testdata_type*)en->data : NULL;
usr.sbin/unbound/testcode/unitlruhash.c
313
testadd_unlim(struct lruhash* table, testdata_type** ref)
usr.sbin/unbound/testcode/unitlruhash.c
316
testdata_type* data = newdata(numtoadd);
usr.sbin/unbound/testcode/unitlruhash.c
326
testremove_unlim(struct lruhash* table, testdata_type** ref)
usr.sbin/unbound/testcode/unitlruhash.c
338
testlookup_unlim(struct lruhash* table, testdata_type** ref)
usr.sbin/unbound/testcode/unitlruhash.c
343
testdata_type* data = en? (testdata_type*)en->data : NULL;
usr.sbin/unbound/testcode/unitlruhash.c
363
testdata_type* ref[HASHTESTMAX * 100];
usr.sbin/unbound/testcode/unitlruhash.c
71
static testdata_type* newdata(int val) {
usr.sbin/unbound/testcode/unitlruhash.c
72
testdata_type* d = (testdata_type*)calloc(1,
usr.sbin/unbound/testcode/unitlruhash.c
73
sizeof(testdata_type));
usr.sbin/unbound/testcode/unitlruhash.c
84
testdata_type* d = newdata(128);
usr.sbin/unbound/testcode/unitslabhash.c
109
testadd(struct slabhash* table, testdata_type* ref[])
usr.sbin/unbound/testcode/unitslabhash.c
112
testdata_type* data = newdata(numtoadd);
usr.sbin/unbound/testcode/unitslabhash.c
121
testremove(struct slabhash* table, testdata_type* ref[])
usr.sbin/unbound/testcode/unitslabhash.c
132
testlookup(struct slabhash* table, testdata_type* ref[])
usr.sbin/unbound/testcode/unitslabhash.c
137
testdata_type* data = en? (testdata_type*)en->data : NULL;
usr.sbin/unbound/testcode/unitslabhash.c
196
testadd_unlim(struct slabhash* table, testdata_type** ref)
usr.sbin/unbound/testcode/unitslabhash.c
199
testdata_type* data = newdata(numtoadd);
usr.sbin/unbound/testcode/unitslabhash.c
209
testremove_unlim(struct slabhash* table, testdata_type** ref)
usr.sbin/unbound/testcode/unitslabhash.c
221
testlookup_unlim(struct slabhash* table, testdata_type** ref)
usr.sbin/unbound/testcode/unitslabhash.c
226
testdata_type* data = en? (testdata_type*)en->data : NULL;
usr.sbin/unbound/testcode/unitslabhash.c
246
testdata_type* ref[HASHTESTMAX * 100];
usr.sbin/unbound/testcode/unitslabhash.c
73
static testdata_type* newdata(int val) {
usr.sbin/unbound/testcode/unitslabhash.c
74
testdata_type* d = (testdata_type*)calloc(1,
usr.sbin/unbound/testcode/unitslabhash.c
75
sizeof(testdata_type));
usr.sbin/unbound/testcode/unitslabhash.c
87
testdata_type* d = newdata(128);
usr.sbin/unbound/testcode/unitslabhash.c
88
testdata_type* d2 = newdata(129);