Lines Matching refs:exact
252 int exact, ret, stack; local
277 if ((ret = __bam_rsearch(dbc, &cp->recno, S_DELETE, 1, &exact)) != 0)
279 if (!exact) {
538 int exact, ret, stack, tmp_rmw; local
631 F_ISSET(dbc, DBC_RMW) ? S_FIND_WR : S_FIND, 1, &exact)) != 0)
634 if (!exact) {
693 int exact, ret; local
739 if ((ret = __bam_rsearch(dbc, &cp->recno, S_INSERT, 1, &exact)) != 0)
741 if (!exact) {
1276 int exact, isdeleted, ret, stack; local
1283 S_INSERT | (flags == DB_APPEND ? S_APPEND : 0), 1, &exact)) != 0)
1300 if (exact) {
1319 &h, &indx, NULL, data, exact ? DB_CURRENT : DB_BEFORE, bi_flags)) {