Symbol: PAGE16
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
69
PAGE16 *__add_bigpage __P((HTAB *, PAGE16 *, indx_t, const u_int8_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
70
PAGE16 *__add_ovflpage __P((HTAB *, PAGE16 *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
74
int32_t __big_delete __P((HTAB *, PAGE16 *, indx_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
75
int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
76
int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
80
int32_t __delete_page __P((HTAB *, PAGE16 *, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
84
void __free_ovflpage __P((HTAB *, PAGE16 *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
85
int32_t __get_bigkey __P((HTAB *, PAGE16 *, indx_t, DBT *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
86
PAGE16 *__get_buf __P((HTAB *, u_int32_t, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
92
PAGE16 *__get_page __P((HTAB *, u_int32_t, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
98
u_int32_t __put_buf __P((HTAB *, PAGE16 *, u_int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
99
int32_t __put_page __P((HTAB *, PAGE16 *, int32_t, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
204
hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
574
(PAGE16 *)hashp->mapp[i], A_BITMAP, 1))
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
143
__big_delete(HTAB *hashp, PAGE16 *pagep, indx_t ndx)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
147
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
151
PAGE16 *last_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
187
PAGE16 *pagep, *hold_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
253
__big_keydata(HTAB *hashp, PAGE16 *pagep, DBT *key, DBT *val, int32_t ndx)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
256
PAGE16 *key_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
280
__get_bigkey(HTAB *hashp, PAGE16 *pagep, indx_t ndx, DBT *key)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
284
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
289
PAGE16 *key_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
310
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
355
collect_key(HTAB *hashp, PAGE16 *pagep, int32_t len, db_pgno_t *last_page)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
357
PAGE16 *next_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
419
collect_data(HTAB *hashp, PAGE16 *pagep, int32_t len)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
421
PAGE16 *next_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
72
static int32_t collect_key __P((HTAB *, PAGE16 *, int32_t, db_pgno_t *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
73
static int32_t collect_data __P((HTAB *, PAGE16 *, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
86
__big_insert(HTAB *hashp, PAGE16 *pagep, const DBT *key, const DBT *val)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1217
__free_ovflpage(HTAB *hashp, PAGE16 *pagep)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
218
pagep = (PAGE16 *)(void *)p;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
241
prev_realkey(PAGE16 * pagep, indx_t n)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
244
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
265
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
354
PAGE16 *empty_page;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
401
PAGE16 *old_pagep, *temp_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
488
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
512
pagep = (PAGE16 *)__get_page(hashp, next_pgno, A_RAW);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
595
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
643
extern PAGE16 *
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
644
__add_ovflpage(HTAB *hashp, PAGE16 *pagep)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
646
PAGE16 *new_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
682
extern PAGE16 *
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
684
__add_bigpage(HTAB * hashp, PAGE16 * pagep, indx_t ndx, const u_int8_t
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
689
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
694
PAGE16 *new_pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
725
page_init(HTAB * hashp, PAGE16 * pagep, db_pgno_t pgno, u_int8_t type)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
729
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
752
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
76
static void page_init __P((HTAB *, PAGE16 *, db_pgno_t, u_int8_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
77
static indx_t prev_realkey __P((PAGE16 *, indx_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
782
__delete_page(HTAB *hashp, PAGE16 *pagep, int32_t page_type)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
79
static void swap_page_header_in __P((PAGE16 *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
80
static void swap_page_header_out __P((PAGE16 *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
804
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
807
pagep = (PAGE16 *)page;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
841
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
844
pagep = (PAGE16 *)page;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
872
__put_page(HTAB *hashp, PAGE16 *pagep, int32_t addr_type, int32_t is_dirty)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
887
extern PAGE16 *
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
890
PAGE16 *pagep;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
905
pagep = (PAGE16 *)mpool_get(hashp->mp, paddr, 0);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
919
swap_page_header_in(PAGE16 *pagep)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
937
swap_page_header_out(PAGE16 *pagep)