Home
last modified time | relevance | path

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.h59 #define __rec_iput __kdb2_rec_iput macro
77 int __rec_iput __P((BTREE *, recno_t, const DBT *, u_int));
H A Drec_get.c151 if (__rec_iput(t,
198 if (__rec_iput(t, nrec, &data, 0)
267 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
305 if (__rec_iput(t, nrec, &data, 0) != RET_SUCCESS)
H A Drec_put.c160 if (__rec_iput(t,
168 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
190 __rec_iput(t, nrec, data, flags) in __rec_iput() function