Symbol: testkey_type
usr.sbin/unbound/testcode/unitlruhash.c
164
testkey_type* k = newkey(12);
usr.sbin/unbound/testcode/unitlruhash.c
165
testkey_type* k2 = newkey(14);
usr.sbin/unbound/testcode/unitlruhash.c
211
testkey_type* k = newkey(12);
usr.sbin/unbound/testcode/unitlruhash.c
212
testkey_type* k2 = newkey(14);
usr.sbin/unbound/testcode/unitlruhash.c
239
testkey_type* key = newkey(numtoadd);
usr.sbin/unbound/testcode/unitlruhash.c
250
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitlruhash.c
261
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitlruhash.c
317
testkey_type* key = newkey(numtoadd);
usr.sbin/unbound/testcode/unitlruhash.c
329
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitlruhash.c
341
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitlruhash.c
61
static testkey_type* newkey(int id) {
usr.sbin/unbound/testcode/unitlruhash.c
62
testkey_type* k = (testkey_type*)calloc(1, sizeof(testkey_type));
usr.sbin/unbound/testcode/unitlruhash.c
83
testkey_type* k = newkey(12);
usr.sbin/unbound/testcode/unitlruhash.c
85
testkey_type* k2 = newkey(12 + 1024);
usr.sbin/unbound/testcode/unitlruhash.c
86
testkey_type* k3 = newkey(14);
usr.sbin/unbound/testcode/unitlruhash.c
87
testkey_type* k4 = newkey(12 + 1024*2);
usr.sbin/unbound/testcode/unitslabhash.c
113
testkey_type* key = newkey(numtoadd);
usr.sbin/unbound/testcode/unitslabhash.c
124
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitslabhash.c
135
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitslabhash.c
200
testkey_type* key = newkey(numtoadd);
usr.sbin/unbound/testcode/unitslabhash.c
212
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitslabhash.c
224
testkey_type* key = newkey(num);
usr.sbin/unbound/testcode/unitslabhash.c
63
static testkey_type* newkey(int id) {
usr.sbin/unbound/testcode/unitslabhash.c
64
testkey_type* k = (testkey_type*)calloc(1, sizeof(testkey_type));
usr.sbin/unbound/testcode/unitslabhash.c
85
testkey_type* k = newkey(12);
usr.sbin/unbound/testcode/unitslabhash.c
86
testkey_type* k2 = newkey(14);