CURSOR
__bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c)
CURSOR *c;
static int __bt_stkacq __P((BTREE *, PAGE **, CURSOR *));
CURSOR *c;
CURSOR *c;
CURSOR *c;
CURSOR bt_cursor; /* cursor */
CURSOR *__cursor_creat __P((const DB *));
int32_t __delpair __P((HTAB *, CURSOR *, ITEM_INFO *));
int32_t __find_bigpair __P((HTAB *, CURSOR *, int8_t *, int32_t));
u_int32_t __get_item __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
u_int32_t __get_item_done __P((HTAB *, CURSOR *));
u_int32_t __get_item_first __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
u_int32_t __get_item_next __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
u_int32_t __get_item_reset __P((HTAB *, CURSOR *));
CURSOR cursor;
static int32_t cursor_get __P((const DB *, CURSOR *, DBT *, DBT *, \
static int32_t cursor_delete __P((const DB *, CURSOR *, u_int32_t));
CURSOR *
CURSOR *new_curs;
new_curs = (CURSOR *)malloc(sizeof(struct cursor_t));
cursor_get(const DB *dbp, CURSOR *cursorp, DBT *key, DBT *val, u_int32_t flags)
cursor_delete(const DB *dbp, CURSOR *cursor, u_int32_t flags)
CURSOR *seq_cursor; /* Cursor used for hash_seq */
__find_bigpair(HTAB *hashp, CURSOR *cursorp, int8_t *key, int32_t size)
CURSOR cursor;
__get_item_reset(HTAB *hashp, CURSOR *cursorp)
__get_item_done(HTAB *hashp, CURSOR *cursorp)
__get_item_first(HTAB *hashp, CURSOR *cursorp, DBT *key, DBT *val,
__get_item_next(HTAB *hashp, CURSOR *cursorp, DBT *key, DBT *val,
__delpair(HTAB *hashp, CURSOR *cursorp, ITEM_INFO *item_info)
__get_item(HTAB *hashp, CURSOR *cursorp, DBT *key, DBT *val,
__bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c)
static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
CURSOR *c;
CURSOR *c;
CURSOR *c;
CURSOR *c;
CURSOR bt_cursor; /* cursor */