Lines Matching refs:HTAB
72 static u_int32_t *fetch_bitmap(HTAB *, int);
74 static int open_temp(HTAB *);
75 static u_int16_t overflow_page(HTAB *);
78 static int ugly_split(HTAB *, u_int32_t, BUFHEAD *, BUFHEAD *, int, int);
122 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx) in __delpair()
179 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) in __split_page()
273 ugly_split(HTAB *hashp, in ugly_split()
394 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __addel()
464 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp) in __add_ovflpage()
514 __get_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_disk, in __get_page()
569 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) in __put_page()
616 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx) in __ibitmap()
651 overflow_page(HTAB *hashp) in overflow_page()
804 __free_ovflpage(HTAB *hashp, BUFHEAD *obufp) in __free_ovflpage()
848 open_temp(HTAB *hashp) in open_temp()
902 fetch_bitmap(HTAB *hashp, int ndx) in fetch_bitmap()