Searched refs:unmoved_loc (Results 1 – 1 of 1) sorted by relevance
807 int last_loc, unmoved_loc; in leaf_insert_into_buf() local827 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf()830 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()832 to = bh->b_data + unmoved_loc - ih_item_len(inserted_item_ih); in leaf_insert_into_buf()849 unmoved_loc -= ih_item_len(&(ih[i - before])); in leaf_insert_into_buf()850 put_ih_location(&(ih[i - before]), unmoved_loc); in leaf_insert_into_buf()881 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local908 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer()912 unmoved_loc - last_loc); in leaf_paste_in_buffer()935 memset(bh->b_data + unmoved_loc - paste_size, 0, in leaf_paste_in_buffer()[all …]