Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.h171 typedef struct item_info { struct
172 db_pgno_t pgno;
173 db_pgno_t bucket;
174 indx_t ndx;
175 indx_t pgndx;
176 u_int8_t status;
177 u_int32_t seek_size;
178 db_pgno_t seek_found_page;
179 indx_t key_off;
180 indx_t data_off;
[all …]
H A Dhash_page.c88 ITEM_INFO *item_info) in __get_item()
187 ITEM_INFO *item_info) in __get_item_first()
200 ITEM_INFO *item_info) in __get_item_next()
263 __delpair(HTAB *hashp, CURSOR *cursorp, ITEM_INFO *item_info) in __delpair()
477 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, in __addel()
587 add_bigptr(HTAB * hashp, ITEM_INFO * item_info, indx_t big_pgno) in add_bigptr()
H A Dhash_debug.c68 ITEM_INFO item_info; local
H A Dhash.c650 ITEM_INFO item_info; in hash_access() local
797 ITEM_INFO item_info; in cursor_get() local
H A Dhash_bigkey.c307 __big_return(HTAB *hashp, ITEM_INFO *item_info, DBT *val, in __big_return()