Searched defs:item_info (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 185 typedef struct item_info { struct 186 db_pgno_t pgno; 187 db_pgno_t bucket; 188 indx_t ndx; 189 indx_t pgndx; 190 u_int8_t status; 191 int32_t seek_size; 192 db_pgno_t seek_found_page; 193 indx_t key_off; 194 indx_t data_off; [all …]
|
H A D | hash_page.c | 90 __get_item(hashp, cursorp, key, val, item_info) in __get_item() argument 196 __get_item_first(hashp, cursorp, key, val, item_info) in __get_item_first() argument 212 __get_item_next(hashp, cursorp, key, val, item_info) in __get_item_next() argument 305 ITEM_INFO *item_info; variable 525 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, in __addel() 635 add_bigptr(HTAB * hashp, ITEM_INFO * item_info, indx_t big_pgno) in add_bigptr()
|
H A D | hash.c | 722 ITEM_INFO item_info; local 874 ITEM_INFO item_info; local
|
H A D | hash_bigkey.c | 322 __big_return(hashp, item_info, val, on_bigkey_page) in __big_return() argument
|