Searched refs:__rec_iput (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | extern.h | 61 #define __rec_iput __kdb2_rec_iput macro 79 int __rec_iput __P((BTREE *, recno_t, const DBT *, u_int));
|
H A D | rec_get.c | 153 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 D | rec_put.c | 162 if (__rec_iput(t, 170 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS) 192 __rec_iput(t, nrec, data, flags) in __rec_iput() function
|