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