Searched refs:val_neg_cache (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/validator/ |
H A D | val_neg.h | 67 struct val_neg_cache { struct 178 struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter); 185 size_t val_neg_get_mem(struct val_neg_cache* neg); 191 void neg_cache_delete(struct val_neg_cache* neg); 209 void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep); 218 void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep, 244 struct dns_msg* val_neg_getmsg(struct val_neg_cache* neg, 258 void neg_insert_data(struct val_neg_cache* neg, 269 void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el); 280 struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg, [all …]
|
H A D | val_neg.c | 86 struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter) in val_neg_create() 88 struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1, in val_neg_create() 103 size_t val_neg_get_mem(struct val_neg_cache* neg) in val_neg_get_mem() 133 void neg_cache_delete(struct val_neg_cache* neg) in neg_cache_delete() 147 static void neg_lru_front(struct val_neg_cache* neg, in neg_lru_front() 163 static void neg_lru_remove(struct val_neg_cache* neg, in neg_lru_remove() 179 static void neg_lru_touch(struct val_neg_cache* neg, in neg_lru_touch() 197 static void neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z) in neg_delete_zone() 226 void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el) in neg_delete_data() 272 static void neg_make_space(struct val_neg_cache* neg, size_t need) in neg_make_space() [all …]
|
H A D | validator.h | 52 struct val_neg_cache; 85 struct val_neg_cache* neg_cache;
|
/freebsd/contrib/unbound/util/ |
H A D | module.h | 177 struct val_neg_cache; 511 struct val_neg_cache* neg_cache;
|
/freebsd/contrib/unbound/daemon/ |
H A D | stats.c | 170 struct val_neg_cache* neg; in set_neg_cache_stats()
|