Lines Matching refs:nrec
61 recno_t nrec; in __rec_get() local
73 if (flags || (nrec = *(recno_t *)key->data) == 0) { in __rec_get()
82 if (nrec > t->bt_nrecs) { in __rec_get()
85 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS) in __rec_get()
89 --nrec; in __rec_get()
90 if ((e = __rec_search(t, nrec, SEARCH)) == NULL) in __rec_get()
115 recno_t nrec; in __rec_fpipe() local
129 for (nrec = t->bt_nrecs; nrec < top;) { in __rec_fpipe()
138 nrec, &data, 0) != RET_SUCCESS) in __rec_fpipe()
140 ++nrec; in __rec_fpipe()
146 if (nrec < top) { in __rec_fpipe()
167 recno_t nrec; in __rec_vpipe() local
174 for (nrec = t->bt_nrecs; nrec < top; ++nrec) { in __rec_vpipe()
182 if (__rec_iput(t, nrec, &data, 0) in __rec_vpipe()
199 if (nrec < top) { in __rec_vpipe()
220 recno_t nrec; in __rec_fmap() local
235 for (nrec = t->bt_nrecs; nrec < top; ++nrec) { in __rec_fmap()
245 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS) in __rec_fmap()
267 recno_t nrec; in __rec_vmap() local
274 for (nrec = t->bt_nrecs; nrec < top; ++nrec) { in __rec_vmap()
281 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS) in __rec_vmap()