Lines Matching full:big
38 * Big key/data handling for the hashing package.
75 * You need to do an insert and the key/data pair is too big
183 * All pages in the big key/data pair except bufp are freed. We cannot
227 * If we get here then rbufp points to the last page of the big in __big_delete()
265 * -2 means key not found and this is big key/data
307 * Given the buffer pointer of the first overflow page of a big pair,
308 * find the end of the big pair
310 * This will set bpp to the buffer header of the last page of the big pair.
312 * of the pair; 0 if there isn't any (i.e. big pair is the last key in the
437 * Count how big the total datasize is by recursing through the pages. Then
491 * Fill in the key and data for this big pair.
504 * Count how big the total key size is by recursing through the pages. Then
551 BUFHEAD *big_keyp, /* Pointer to first page containing the big key/data */ in __big_split()
563 /* Now figure out where the big key/data goes */ in __big_split()
575 /* Now make one of np/op point to the big key/data pair */ in __big_split()
606 * pointer to the last page of the big key_data pair. Make sure that in __big_split()