Home
last modified time | relevance | path

Searched refs:infra_key (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Dinfra.c78 struct infra_key* key = (struct infra_key*)k; in infra_sizefunc()
86 struct infra_key* k1 = (struct infra_key*)key1; in infra_compfunc()
87 struct infra_key* k2 = (struct infra_key*)key2; in infra_compfunc()
102 struct infra_key* key = (struct infra_key*)k; in infra_delkeyfunc()
242 size_t maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+ in infra_create()
312 maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+ in infra_adjust()
375 struct infra_key k; in infra_lookup_nottl()
421 struct infra_key* key = (struct infra_key*)malloc(sizeof(*key)); in new_entry()
H A Dinfra.h58 struct infra_key { struct
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitmain.c441 size_t zonelen, int wr, time_t now, struct infra_key** k) in infra_lookup_host()
452 *k = (struct infra_key*)e->key; in infra_lookup_host()
469 struct infra_key* k; in infra_test()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c205 + cfg->infra_cache_numhosts * (sizeof(struct infra_key)+sizeof(struct infra_data)); in checkrlimits()
H A Dremote.c1641 struct infra_key* k = (struct infra_key*)e->key; in infra_del_host()
2460 struct infra_key* k = (struct infra_key*)e->key; in dump_infra_host()