Home
last modified time | relevance | path

Searched defs:item_info (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h183 typedef struct item_info { struct
184 db_pgno_t pgno;
185 db_pgno_t bucket;
186 indx_t ndx;
187 indx_t pgndx;
188 u_int8_t status;
189 int32_t seek_size;
190 db_pgno_t seek_found_page;
191 indx_t key_off;
192 indx_t data_off;
[all …]
H A Dhash_page.c86 __get_item(hashp, cursorp, key, val, item_info) in __get_item() argument
192 __get_item_first(hashp, cursorp, key, val, item_info) in __get_item_first() argument
208 __get_item_next(hashp, cursorp, key, val, item_info) in __get_item_next() argument
297 ITEM_INFO *item_info; variable
516 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, in __addel()
626 add_bigptr(HTAB * hashp, ITEM_INFO * item_info, indx_t big_pgno) in add_bigptr()
H A Dhash.c715 ITEM_INFO item_info; local
867 ITEM_INFO item_info; local
H A Dhash_bigkey.c314 __big_return(hashp, item_info, val, on_bigkey_page) in __big_return() argument