Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/recno/
H A Drec_get.c147 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 Drec_put.c157 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 Dextern.h44 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);