Symbol: infra_key
sbin/unwind/libunbound/services/cache/infra.c
108
struct infra_key* key = (struct infra_key*)k;
sbin/unwind/libunbound/services/cache/infra.c
350
size_t maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+
sbin/unwind/libunbound/services/cache/infra.c
452
maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+
sbin/unwind/libunbound/services/cache/infra.c
515
struct infra_key k;
sbin/unwind/libunbound/services/cache/infra.c
561
struct infra_key* key = (struct infra_key*)malloc(sizeof(*key));
sbin/unwind/libunbound/services/cache/infra.c
84
struct infra_key* key = (struct infra_key*)k;
sbin/unwind/libunbound/services/cache/infra.c
92
struct infra_key* k1 = (struct infra_key*)key1;
sbin/unwind/libunbound/services/cache/infra.c
93
struct infra_key* k2 = (struct infra_key*)key2;
usr.sbin/unbound/daemon/remote.c
2208
struct infra_key* k = (struct infra_key*)e->key;
usr.sbin/unbound/daemon/remote.c
3106
struct infra_key* k = (struct infra_key*)e->key;
usr.sbin/unbound/daemon/remote.c
6198
(sizeof(struct infra_key) + sizeof(struct infra_data)
usr.sbin/unbound/daemon/unbound.c
205
+ cfg->infra_cache_numhosts * (sizeof(struct infra_key)+sizeof(struct infra_data));
usr.sbin/unbound/services/cache/infra.c
108
struct infra_key* key = (struct infra_key*)k;
usr.sbin/unbound/services/cache/infra.c
350
size_t maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+
usr.sbin/unbound/services/cache/infra.c
452
maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+
usr.sbin/unbound/services/cache/infra.c
515
struct infra_key k;
usr.sbin/unbound/services/cache/infra.c
561
struct infra_key* key = (struct infra_key*)malloc(sizeof(*key));
usr.sbin/unbound/services/cache/infra.c
84
struct infra_key* key = (struct infra_key*)k;
usr.sbin/unbound/services/cache/infra.c
92
struct infra_key* k1 = (struct infra_key*)key1;
usr.sbin/unbound/services/cache/infra.c
93
struct infra_key* k2 = (struct infra_key*)key2;
usr.sbin/unbound/testcode/unitinfra.c
126
struct infra_key* k;
usr.sbin/unbound/testcode/unitinfra.c
51
size_t zonelen, int wr, time_t now, struct infra_key** k)
usr.sbin/unbound/testcode/unitinfra.c
62
*k = (struct infra_key*)e->key;
usr.sbin/unbound/testcode/unitinfra.c
73
struct infra_key* k;