Home
last modified time | relevance | path

Searched refs:lookfor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_kcache.c110 struct key_entry_key lookfor; in key_cache_search() local
111 lookfor.entry.key = &lookfor; in key_cache_search()
112 lookfor.name = name; in key_cache_search()
113 lookfor.namelen = namelen; in key_cache_search()
114 lookfor.key_class = key_class; in key_cache_search()
115 key_entry_hash(&lookfor); in key_cache_search()
116 e = slabhash_lookup(kcache->slab, lookfor.entry.hash, &lookfor, wr); in key_cache_search()
160 struct key_entry_key lookfor; in key_cache_remove() local
161 lookfor.entry.key = &lookfor; in key_cache_remove()
162 lookfor.name = name; in key_cache_remove()
[all …]
H A Dval_neg.c283 struct val_neg_zone lookfor; in neg_find_zone() local
285 lookfor.node.key = &lookfor; in neg_find_zone()
286 lookfor.name = nm; in neg_find_zone()
287 lookfor.len = len; in neg_find_zone()
288 lookfor.labs = dname_count_labels(lookfor.name); in neg_find_zone()
289 lookfor.dclass = dclass; in neg_find_zone()
292 rbtree_search(&neg->tree, lookfor.node.key); in neg_find_zone()
307 struct val_neg_data lookfor; in neg_find_data() local
309 lookfor.node.key = &lookfor; in neg_find_data()
310 lookfor.name = nm; in neg_find_data()
[all …]
/freebsd/contrib/unbound/util/
H A Dtimehist.c184 double lookfor, passed, res; in timehist_quartile() local
190 lookfor = (double)timehist_count(hist); in timehist_quartile()
191 if(lookfor < 4) in timehist_quartile()
193 lookfor *= q; in timehist_quartile()
197 passed+(double)hist->buckets[i].count < lookfor) { in timehist_quartile()
207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c450 char *lookfor = qp->uses[i].name; in _nc_resolve_uses2() local
453 if (lookfor == 0) in _nc_resolve_uses2()
463 && _nc_name_match(rp->tterm.term_names, lookfor, "|")) { in _nc_resolve_uses2()
465 child, lookfor, lookfor)); in _nc_resolve_uses2()
475 _nc_warning("duplicate use=%s", lookfor); in _nc_resolve_uses2()
488 if (_nc_read_entry2(lookfor, filename, &thisterm) == 1) { in _nc_resolve_uses2()
490 child, lookfor)); in _nc_resolve_uses2()
506 _nc_warning("duplicate use=%s", lookfor); in _nc_resolve_uses2()
518 _nc_warning("resolution of use=%s failed", lookfor); in _nc_resolve_uses2()