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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Dextern.h61 #define __rec_iput __kdb2_rec_iput macro
79 int __rec_iput __P((BTREE *, recno_t, const DBT *, u_int));
H A Drec_get.c153 if (__rec_iput(t,
200 if (__rec_iput(t, nrec, &data, 0)
269 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
307 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
H A Drec_put.c162 if (__rec_iput(t,
170 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
192 __rec_iput(t, nrec, data, flags) function

Completed in 58 milliseconds