Lines Matching refs:HTAB
76 static uint32_t *fetch_bitmap(HTAB *, int);
78 static uint16_t overflow_page(HTAB *);
81 static int ugly_split(HTAB *, uint32_t, BUFHEAD *, BUFHEAD *, int, int);
133 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx)
186 __split_page(HTAB *hashp, uint32_t obucket, uint32_t nbucket)
284 HTAB *hashp,
408 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val)
480 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp)
535 __get_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_disk,
592 __put_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_bitmap)
640 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx)
675 overflow_page(HTAB *hashp)
828 __free_ovflpage(HTAB *hashp, BUFHEAD *obufp)
898 fetch_bitmap(HTAB *hashp, int ndx)
913 void print_chain(HTAB *, uint32_t);
915 print_chain(HTAB *hashp, uint32_t addr)