Lines Matching defs:nrec
70 recno_t nrec;
82 if (flags || (nrec = *(recno_t *)key->data) == 0) {
91 if (nrec > t->bt_nrecs) {
94 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS)
98 --nrec;
99 if ((e = __rec_search(t, nrec, SEARCH)) == NULL)
124 recno_t nrec;
139 for (nrec = t->bt_nrecs; nrec < top;) {
148 nrec, &data, 0) != RET_SUCCESS)
150 ++nrec;
156 if (nrec < top) {
177 recno_t nrec;
183 for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
191 if (__rec_iput(t, nrec, &data, 0)
210 if (nrec < top) {
231 recno_t nrec;
247 for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
257 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
279 recno_t nrec;
286 for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
293 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)