Searched refs:HTAB (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dextern.h69 PAGE16 *__add_bigpage __P((HTAB *, PAGE16 *, indx_t, const u_int8_t));
70 PAGE16 *__add_ovflpage __P((HTAB *, PAGE16 *));
71 int32_t __addel __P((HTAB *, ITEM_INFO *,
73 u_int32_t __alloc_tmp __P((HTAB*));
74 int32_t __big_delete __P((HTAB *, PAGE16 *, indx_t));
75 int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *));
76 int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
77 int32_t __big_return __P((HTAB *, ITEM_INFO *, DBT *, int32_t));
78 u_int32_t __call_hash __P((HTAB *, int8_t *, int32_t));
80 int32_t __delete_page __P((HTAB *, PAGE1
[all...]
H A Dhash.c66 static int32_t flush_meta __P((HTAB *));
67 static int32_t hash_access __P((HTAB *, ACTION, const DBT *, DBT *));
75 static int32_t hdestroy __P((HTAB *));
79 static HTAB *init_hash __P((HTAB *, const char *, const HASHINFO *));
80 static int32_t init_htab __P((HTAB *, int32_t));
82 static void swap_header __P((HTAB *));
85 static u_int32_t hget_header __P((HTAB *, u_int32_t));
86 static void hput_header __P((HTAB *));
112 HTAB *hash
[all...]
H A Dhash_bigkey.c72 static int32_t collect_key __P((HTAB *, PAGE16 *, int32_t, db_pgno_t *));
73 static int32_t collect_data __P((HTAB *, PAGE16 *, int32_t));
87 HTAB *hashp;
146 __big_delete(HTAB *hashp, PAGE16 *pagep, indx_t ndx)
149 HTAB *hashp;
189 HTAB *hashp;
263 HTAB *hashp;
293 __get_bigkey(HTAB *hashp, PAGE16 *pagep, indx_t ndx, DBT *key)
296 HTAB *hashp;
328 HTAB *hash
[all...]
H A Dhash_page.c75 static int32_t add_bigptr __P((HTAB *, ITEM_INFO *, indx_t));
76 static u_int32_t *fetch_bitmap __P((HTAB *, int32_t));
79 static u_int16_t overflow_page __P((HTAB *));
80 static void page_init __P((HTAB *, PAGE16 *, db_pgno_t, u_int8_t));
87 static void account_page(HTAB *, db_pgno_t, int);
92 HTAB *hashp;
173 HTAB *hashp;
188 HTAB *hashp;
204 HTAB *hashp;
220 HTAB *hash
[all...]
H A Ddbm.c344 HTAB *hp;
346 hp = (HTAB *)db->internal;
354 HTAB *hp;
356 hp = (HTAB *)db->internal;
365 return(((HTAB *)db->internal)->fp);
H A Dhash.h104 } HTAB; typedef in typeref:struct:htab

Completed in 24 milliseconds