HomeSort by: relevance | last modified time | path
    Searched defs:__rec_iput (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/recno/
rec_put.c 157 if (__rec_iput(t,
165 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
182 * __REC_IPUT -- Add a recno item to the tree.
193 __rec_iput(BTREE *t, recno_t nrec, const DBT *data, u_int flags) function in typeref:typename:int
rec_put.c 157 if (__rec_iput(t,
165 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
182 * __REC_IPUT -- Add a recno item to the tree.
193 __rec_iput(BTREE *t, recno_t nrec, const DBT *data, u_int flags) function in typeref:typename:int

Completed in 24 milliseconds