PAGE16
PAGE16 *__add_bigpage __P((HTAB *, PAGE16 *, indx_t, const u_int8_t));
PAGE16 *__add_ovflpage __P((HTAB *, PAGE16 *));
int32_t __big_delete __P((HTAB *, PAGE16 *, indx_t));
int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *));
int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
int32_t __delete_page __P((HTAB *, PAGE16 *, int32_t));
void __free_ovflpage __P((HTAB *, PAGE16 *));
int32_t __get_bigkey __P((HTAB *, PAGE16 *, indx_t, DBT *));
PAGE16 *__get_buf __P((HTAB *, u_int32_t, int32_t));
PAGE16 *__get_page __P((HTAB *, u_int32_t, int32_t));
u_int32_t __put_buf __P((HTAB *, PAGE16 *, u_int32_t));
int32_t __put_page __P((HTAB *, PAGE16 *, int32_t, int32_t));
hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize);
(PAGE16 *)hashp->mapp[i], A_BITMAP, 1))
__big_delete(HTAB *hashp, PAGE16 *pagep, indx_t ndx)
PAGE16 *pagep;
PAGE16 *last_pagep;
PAGE16 *pagep, *hold_pagep;
__big_keydata(HTAB *hashp, PAGE16 *pagep, DBT *key, DBT *val, int32_t ndx)
PAGE16 *key_pagep;
__get_bigkey(HTAB *hashp, PAGE16 *pagep, indx_t ndx, DBT *key)
PAGE16 *pagep;
PAGE16 *key_pagep;
PAGE16 *pagep;
collect_key(HTAB *hashp, PAGE16 *pagep, int32_t len, db_pgno_t *last_page)
PAGE16 *next_pagep;
collect_data(HTAB *hashp, PAGE16 *pagep, int32_t len)
PAGE16 *next_pagep;
static int32_t collect_key __P((HTAB *, PAGE16 *, int32_t, db_pgno_t *));
static int32_t collect_data __P((HTAB *, PAGE16 *, int32_t));
__big_insert(HTAB *hashp, PAGE16 *pagep, const DBT *key, const DBT *val)
__free_ovflpage(HTAB *hashp, PAGE16 *pagep)
pagep = (PAGE16 *)(void *)p;
prev_realkey(PAGE16 * pagep, indx_t n)
PAGE16 *pagep;
PAGE16 *pagep;
PAGE16 *empty_page;
PAGE16 *old_pagep, *temp_pagep;
PAGE16 *pagep;
pagep = (PAGE16 *)__get_page(hashp, next_pgno, A_RAW);
PAGE16 *pagep;
extern PAGE16 *
__add_ovflpage(HTAB *hashp, PAGE16 *pagep)
PAGE16 *new_pagep;
extern PAGE16 *
__add_bigpage(HTAB * hashp, PAGE16 * pagep, indx_t ndx, const u_int8_t
PAGE16 *pagep;
PAGE16 *new_pagep;
page_init(HTAB * hashp, PAGE16 * pagep, db_pgno_t pgno, u_int8_t type)
PAGE16 *pagep;
PAGE16 *pagep;
static void page_init __P((HTAB *, PAGE16 *, db_pgno_t, u_int8_t));
static indx_t prev_realkey __P((PAGE16 *, indx_t));
__delete_page(HTAB *hashp, PAGE16 *pagep, int32_t page_type)
static void swap_page_header_in __P((PAGE16 *));
static void swap_page_header_out __P((PAGE16 *));
PAGE16 *pagep;
pagep = (PAGE16 *)page;
PAGE16 *pagep;
pagep = (PAGE16 *)page;
__put_page(HTAB *hashp, PAGE16 *pagep, int32_t addr_type, int32_t is_dirty)
extern PAGE16 *
PAGE16 *pagep;
pagep = (PAGE16 *)mpool_get(hashp->mp, paddr, 0);
swap_page_header_in(PAGE16 *pagep)
swap_page_header_out(PAGE16 *pagep)