Searched refs:bt_irec (Results 1 – 6 of 6) sorted by relevance
128 t->bt_irec = in __rec_open()170 t->bt_irec = F_ISSET(t, R_FIXLEN) ? in __rec_open()201 t->bt_irec(t, MAX_REC_NUMBER) == RET_ERROR) in __rec_open()
93 t->bt_irec(t, MAX_REC_NUMBER) == RET_ERROR) in __rec_seq()104 (status = t->bt_irec(t, nrec)) != RET_SUCCESS) in __rec_seq()
127 if (!F_ISSET(t, R_EOF) && t->bt_irec(t, MAX_REC_NUMBER) == RET_ERROR) in __rec_sync()
135 t->bt_irec(t, nrec) == RET_ERROR) in __rec_put()
85 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS) in __rec_get()
338 int (*bt_irec)(struct _btree *, recno_t); member