Home | History | Annotate | Download | only in btree

Lines Matching defs:exact

160 	int exact;
177 return (__bt_first(t, key, ep, &exact));
252 int exact, rval;
263 * be in the current tree. If the returned key is an exact match,
270 * notices and doesn't do a put() of it. Since the key is an exact
273 * back a record if it's an exact match.
288 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
290 if (!exact)
457 * exactp: pointer to exact match flag
473 * If it's an exact match and duplicates are possible, walk backwards