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