Home
last modified time | relevance | path

Searched refs:testdata_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitslabhash.c49 typedef struct slabhash_testdata testdata_type; typedef
73 static testdata_type* newdata(int val) { in newdata()
74 testdata_type* d = (testdata_type*)calloc(1, in newdata()
75 sizeof(testdata_type)); in newdata()
87 testdata_type* d = newdata(128); in test_short_table()
88 testdata_type* d2 = newdata(129); in test_short_table()
109 testadd(struct slabhash* table, testdata_type* ref[]) in testadd()
112 testdata_type* data = newdata(numtoadd); in testadd()
121 testremove(struct slabhash* table, testdata_type* ref[]) in testremove()
132 testlookup(struct slabhash* table, testdata_type* ref[]) in testlookup()
[all …]
H A Dunitlruhash.c50 typedef struct slabhash_testdata testdata_type; typedef
71 static testdata_type* newdata(int val) { in newdata()
72 testdata_type* d = (testdata_type*)calloc(1, in newdata()
73 sizeof(testdata_type)); in newdata()
84 testdata_type* d = newdata(128); in test_bin_find_entry()
213 testdata_type* d = newdata(128); in test_short_table()
214 testdata_type* d2 = newdata(129); in test_short_table()
235 testadd(struct lruhash* table, testdata_type* ref[]) in testadd()
238 testdata_type* data = newdata(numtoadd); in testadd()
247 testremove(struct lruhash* table, testdata_type* ref[]) in testremove()
[all …]