Searched refs:hold_count (Results 1 – 1 of 1) sorted by relevance
119 static idx_t hold_count = 0; variable249 hold_count = num; in save_to_hold_area()464 idx_t bytes_wanted = MAX (START_SIZE, hold_count + 1); in load_buffer()474 if (hold_count) in load_buffer()476 p = mempcpy (p, hold_area, hold_count); in load_buffer()477 b->bytes_used += hold_count; in load_buffer()478 bytes_avail -= hold_count; in load_buffer()479 hold_count = 0; in load_buffer()