Searched refs:unmoved_loc (Results 1 – 1 of 1) sorted by relevance
911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf()934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()953 unmoved_loc -= ih_item_len(&ih[i - before]); in leaf_insert_into_buf()954 put_ih_location(&ih[i - before], unmoved_loc); in leaf_insert_into_buf()987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local1018 unmoved_loc - last_loc); in leaf_paste_in_buffer()1041 memset(bh->b_data + unmoved_loc - paste_size, 0, in leaf_paste_in_buffer()1043 memcpy(bh->b_data + unmoved_loc - paste_size + in leaf_paste_in_buffer()1152 int last_loc, unmoved_loc; in leaf_cut_from_buffer() local[all …]