Searched refs:__rec_iput (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libc/db/recno/
H A Dextern.h45 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
H A Drec_get.c143 if (__rec_iput(t,
188 if (__rec_iput(t, nrec, &data, 0)
251 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
287 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
H A Drec_put.c154 if (__rec_iput(t,
162 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
190 __rec_iput(BTREE *t, recno_t nrec, const DBT *data, u_int flags) function

Completed in 67 milliseconds