Lines Matching refs:KEY_SIZE
146 RFALSE(B_FREE_SPACE(cur) < count * (KEY_SIZE + DC_SIZE), in internal_insert_childs()
148 B_FREE_SPACE(cur), count * (KEY_SIZE + DC_SIZE)); in internal_insert_childs()
167 (nr - to) * KEY_SIZE + (nr + 1 + count) * DC_SIZE); in internal_insert_childs()
170 memcpy(ih, inserted, KEY_SIZE); in internal_insert_childs()
172 memcpy(ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs()
178 KEY_SIZE)); in internal_insert_childs()
190 dc_size(t_dc) + (count * (DC_SIZE + KEY_SIZE))); in internal_insert_childs()
248 (nr - first_i - del_num) * KEY_SIZE + (nr + 1 - in internal_delete_pointers_items()
255 (del_num * (KEY_SIZE + DC_SIZE))); in internal_delete_pointers_items()
266 dc_size(t_dc) - (del_num * (KEY_SIZE + DC_SIZE))); in internal_delete_pointers_items()
353 KEY_SIZE * (nr_dest - dest_order) + DC_SIZE * (nr_dest + in internal_copy_pointers_items()
357 memcpy(key, internal_key(src, src_order), KEY_SIZE * (cpy_num - 1)); in internal_copy_pointers_items()
362 blkh_free_space(blkh) - (KEY_SIZE * (cpy_num - 1) + in internal_copy_pointers_items()
375 dc_size(t_dc) + (KEY_SIZE * (cpy_num - 1) + in internal_copy_pointers_items()
449 RFALSE(B_FREE_SPACE(dest) < KEY_SIZE, in internal_insert_key()
458 (nr - dest_position_before) * KEY_SIZE + (nr + 1) * DC_SIZE); in internal_insert_key()
461 memcpy(key, internal_key(src, src_position), KEY_SIZE); in internal_insert_key()
466 set_blkh_free_space(blkh, blkh_free_space(blkh) - KEY_SIZE); in internal_insert_key()
473 put_dc_size(t_dc, dc_size(t_dc) + KEY_SIZE); in internal_insert_key()
640 insert_num = tb->insert_size[h] / ((int)(DC_SIZE + KEY_SIZE)); in balance_internal_when_delete()
769 memcpy(internal_key(tb->CFL[h], tb->lkey[h]), key, KEY_SIZE); in replace_lkey()
784 memcpy(internal_key(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE); in replace_rkey()
837 insert_num = tb->insert_size[h] / ((int)(KEY_SIZE + DC_SIZE)); in balance_internal()
1066 KEY_SIZE); in balance_internal()
1079 KEY_SIZE); in balance_internal()
1113 KEY_SIZE); in balance_internal()
1158 memcpy(new_insert_key_addr, &new_insert_key, KEY_SIZE); in balance_internal()