Searched refs:next_smallest (Results 1 – 4 of 4) sorted by relevance
245 InternalKey** next_smallest) { in ExpandInputsToCleanCut() argument269 next_smallest); in ExpandInputsToCleanCut()723 InternalKey* next_smallest = &key_storage; in CompactRange() local724 if (ExpandInputsToCleanCut(cf_name, vstorage, &inputs, &next_smallest) == in CompactRange()733 if (covering_the_whole_range || !next_smallest) { in CompactRange()736 **compaction_end = *next_smallest; in CompactRange()
171 InternalKey** next_smallest = nullptr);
221 InternalKey** next_smallest = nullptr) // if non-null, returns the239 InternalKey** next_smallest = nullptr) // if non-null, returns the
2890 bool expand_range, InternalKey** next_smallest) const { in GetOverlappingInputs()2903 file_index, false, next_smallest); in GetOverlappingInputs()2907 if (next_smallest) { in GetOverlappingInputs()2910 *next_smallest = nullptr; in GetOverlappingInputs()3006 bool within_interval, InternalKey** next_smallest) const { in GetOverlappingInputsRangeBinarySearch()3075 if (next_smallest) { in GetOverlappingInputsRangeBinarySearch()3076 *next_smallest = nullptr; in GetOverlappingInputsRangeBinarySearch()3093 if (next_smallest != nullptr) { in GetOverlappingInputsRangeBinarySearch()3096 **next_smallest = files_[level][end_index]->smallest; in GetOverlappingInputsRangeBinarySearch()3098 *next_smallest = nullptr; in GetOverlappingInputsRangeBinarySearch()