Home
last modified time | relevance | path

Searched refs:big_keyp (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/lib/libc/db/hash/
HDhash_bigkey.c554 BUFHEAD *big_keyp, /* Pointer to first page containing the big key/data */ in __big_split() argument
564 bp = big_keyp; in __big_split()
567 if (__big_keydata(hashp, big_keyp, &key, &val, 0)) in __big_split()
571 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) { in __big_split()
573 __get_buf(hashp, ret->next_addr, big_keyp, 0))) in __big_split()
617 tp = (u_int16_t *)big_keyp->page; in __big_split()
618 big_keyp->flags |= BUF_MOD; in __big_split()
633 tmpp = __add_ovflpage(hashp, big_keyp); in __big_split()
638 tmpp = big_keyp; in __big_split()