Home
last modified time | relevance | path

Searched refs:PAGE16 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dextern.h81 PAGE16 *__add_bigpage __P((HTAB *, PAGE16 *, indx_t, const u_int8_t));
82 PAGE16 *__add_ovflpage __P((HTAB *, PAGE16 *));
86 int32_t __big_delete __P((HTAB *, PAGE16 *, indx_t));
88 int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
92 int32_t __delete_page __P((HTAB *, PAGE16 *, int32_t));
96 void __free_ovflpage __P((HTAB *, PAGE16 *));
97 int32_t __get_bigkey __P((HTAB *, PAGE16 *, indx_t, DBT *));
98 PAGE16 *__get_buf __P((HTAB *, u_int32_t, int32_t));
104 PAGE16 *__get_page __P((HTAB *, u_int32_t, int32_t));
110 u_int32_t __put_buf __P((HTAB *, PAGE16 *, u_int32_t));
[all …]
H A Dhash_bigkey.c84 PAGE16 *pagep;
146 PAGE16 *pagep;
150 PAGE16 *last_pagep;
258 PAGE16 *pagep;
263 PAGE16 *key_pagep;
291 PAGE16 *pagep;
296 PAGE16 *key_pagep;
320 PAGE16 *pagep;
367 PAGE16 *pagep;
371 PAGE16 *next_pagep;
[all …]
H A Dhash_page.c275 PAGE16 *pagep; in prev_realkey()
299 PAGE16 *pagep;
527 PAGE16 *pagep;
634 PAGE16 *pagep;
682 extern PAGE16 *
685 PAGE16 *pagep;
723 extern PAGE16 *
730 PAGE16 *pagep;
770 PAGE16 *pagep;
796 PAGE16 *pagep;
[all …]
H A Dpage.h162 typedef unsigned short PAGE16; typedef
H A Dhash.c229 hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize);
624 (PAGE16 *)hashp->mapp[i], A_BITMAP, 1))