Searched refs:__rec_iput (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libc/db/recno/ |
H A D | rec_get.c | 147 if (__rec_iput(t, in __rec_fpipe() 191 if (__rec_iput(t, nrec, &data, 0) in __rec_vpipe() 257 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS) in __rec_fmap() 293 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS) in __rec_vmap()
|
H A D | rec_put.c | 157 if (__rec_iput(t, in __rec_put() 165 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS) in __rec_put() 193 __rec_iput(BTREE *t, recno_t nrec, const DBT *data, u_int flags) in __rec_iput() function
|
H A D | extern.h | 44 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
|