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

/freebsd-13-stable/contrib/unbound/validator/
H A Dval_kcache.c115 struct key_entry_key lookfor; local
116 lookfor.entry.key = &lookfor;
117 lookfor.name = name;
118 lookfor.namelen = namelen;
119 lookfor.key_class = key_class;
120 key_entry_hash(&lookfor);
121 e = slabhash_lookup(kcache->slab, lookfor.entry.hash, &lookfor, wr);
165 struct key_entry_key lookfor; local
[all...]
H A Dval_neg.c283 struct val_neg_zone lookfor; local
285 lookfor.node.key = &lookfor;
286 lookfor.name = nm;
287 lookfor.len = len;
288 lookfor.labs = dname_count_labels(lookfor.name);
289 lookfor.dclass = dclass;
292 rbtree_search(&neg->tree, lookfor.node.key);
307 struct val_neg_data lookfor; local
[all...]
/freebsd-13-stable/contrib/unbound/util/
H A Dtimehist.c200 double lookfor, passed, res; local
206 lookfor = (double)timehist_count(hist);
207 if(lookfor < 4)
209 lookfor *= q;
213 passed+(double)hist->buckets[i].count < lookfor) {
223 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c438 char *lookfor = qp->uses[i].name; local
441 if (lookfor == 0)
451 && _nc_name_match(rp->tterm.term_names, lookfor, "|")) {
453 child, lookfor));
466 if (_nc_read_entry2(lookfor, filename, &thisterm) == 1) {
468 child, lookfor));
487 _nc_warning("resolution of use=%s failed", lookfor);

Completed in 104 milliseconds