Searched refs:big_keyp (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | hash_bigkey.c | 570 BUFHEAD *big_keyp, /* Pointer to first page containing the big key/data */ in __big_split() argument 582 bp = big_keyp; in __big_split() 585 if (__big_keydata(hashp, big_keyp, &key, &val, 0)) in __big_split() 589 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) { in __big_split() 591 __get_buf(hashp, ret->next_addr, big_keyp, 0))) in __big_split() 635 tp = (__uint16_t *)big_keyp->page; in __big_split() 636 big_keyp->flags |= BUF_MOD; in __big_split() 651 tmpp = __add_ovflpage(hashp, big_keyp); in __big_split() 656 tmpp = big_keyp; in __big_split()
|