Searched defs:hashp (Results 1 – 5 of 5) sorted by relevance
/minix3/lib/libc/db/hash/ |
H A D | hash.c | 100 HTAB *hashp; in __hash_open() local 248 HTAB *hashp; in hash_close() local 263 HTAB *hashp; in hash_fd() local 278 init_hash(HTAB *hashp, const char *file, const HASHINFO *info) in init_hash() 342 init_htab(HTAB *hashp, size_t nelem) in init_htab() 389 hdestroy(HTAB *hashp) in hdestroy() 450 HTAB *hashp; in hash_sync() local 475 flush_meta(HTAB *hashp) in flush_meta() 524 HTAB *hashp; in hash_get() local 537 HTAB *hashp; in hash_put() local [all …]
|
H A D | hash_buf.c | 105 HTAB *hashp, in __get_buf() 158 newbuf(HTAB *hashp, uint32_t addr, BUFHEAD *prev_bp) in newbuf() 277 __buf_init(HTAB *hashp, u_int nbytes) in __buf_init() 300 __buf_free(HTAB *hashp, int do_free, int to_disk) in __buf_free() 331 __reclaim_buf(HTAB *hashp, BUFHEAD *bp) in __reclaim_buf()
|
H A D | hash_bigkey.c | 86 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert() 219 __big_delete(HTAB *hashp, BUFHEAD *bufp) in __big_delete() 299 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size) in __find_bigpair() 346 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page() 385 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current) in __big_return() 472 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data() 526 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata() 540 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set) in collect_key() 581 HTAB *hashp, in __big_split()
|
H A D | hash_page.c | 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() 636 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx) in __ibitmap() 671 overflow_page(HTAB *hashp) in overflow_page() 824 __free_ovflpage(HTAB *hashp, BUFHEAD *obufp) in __free_ovflpage() [all …]
|
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/ |
H A D | strhash.c | 92 idn__strhash_create(idn__strhash_t *hashp) { in idn__strhash_create()
|