37#if defined(LIBC_SCCS) && !defined(lint)
38static char sccsid[] =
"@(#)bt_seq.c 8.7 (Berkeley) 7/20/94";
48#include "../include/db.h"
387 if (ep->
index == 0) {
403 }
while (
__bt_cmp(t, key, ep) == 0);
EPG * __bt_search(BTREE *t, const DBT *key, int *exactp)
void __bt_setcur(BTREE *t, pgno_t pgno, u_int index)
static int __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp)
static int __bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags)
static int __bt_seqadv(BTREE *t, EPG *ep, int flags)
int __bt_seq(DB *dbp, DBT *key, DBT *data, u_int flags) const
static int __bt_first __P((BTREE *, const DBT *, EPG *, int *))
int __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy)
int __bt_cmp(BTREE *t, const DBT *k1, EPG *e)
#define GETBINTERNAL(pg, indx)
void * mpool_get(MPOOL *mp, pgno_t pgno, u_int flags)
int mpool_put(MPOOL *mp, void *page, u_int flags)