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()936 to = bh->b_data + unmoved_loc - ih_item_len(inserted_item_ih); 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() local1014 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer()1018 unmoved_loc - last_loc); in leaf_paste_in_buffer()1041 memset(bh->b_data + unmoved_loc - paste_size, 0, in leaf_paste_in_buffer()[all …]