Home | History | Annotate | Download | only in hash

Lines Matching refs:HTAB

73 static int collect_key(HTAB *, BUFHEAD *, int, DBT *, int);
74 static int collect_data(HTAB *, BUFHEAD *, int, int);
86 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val)
219 __big_delete(HTAB *hashp, BUFHEAD *bufp)
299 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size)
346 __find_last_page(HTAB *hashp, BUFHEAD **bpp)
385 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current)
472 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set)
526 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set)
540 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set)
581 HTAB *hashp,