Home | History | Annotate | Download | only in hash

Lines Matching refs:BUFHEAD

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)
221 BUFHEAD *last_bfp, *rbufp;
299 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size)
346 __find_last_page(HTAB *hashp, BUFHEAD **bpp)
348 BUFHEAD *bufp;
385 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current)
387 BUFHEAD *save_p;
472 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set)
476 BUFHEAD *xbp;
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)
542 BUFHEAD *xbp;
582 BUFHEAD *op, /* Pointer to where to put keys that go in old bucket */
583 BUFHEAD *np, /* Pointer to new bucket page */
585 BUFHEAD *big_keyp,
591 BUFHEAD *tmpp;
593 BUFHEAD *bp;