Home
last modified time | relevance | path

Searched refs:next_buff_length (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dma_delete.c788 uint next_buff_length, new_buff_length, key_reflength; in underflow() local
863 next_buff_length= next_page.size; in underflow()
879 tmp_length= next_buff_length - p_length; in underflow()
882 bmove_upp(endpos, next_page.buff + next_buff_length, tmp_length); in underflow()
1056 DBUG_ASSERT(new_buff_length <= next_buff_length); in underflow()
1058 (int) (new_buff_length - next_buff_length), in underflow()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dma_delete.c761 uint next_buff_length, new_buff_length, key_reflength; in underflow() local
829 next_buff_length= next_page.size; in underflow()
845 tmp_length= next_buff_length - p_length; in underflow()
848 bmove_upp(endpos, next_page.buff + next_buff_length, tmp_length); in underflow()
1022 DBUG_ASSERT(new_buff_length <= next_buff_length); in underflow()
1024 (int) (new_buff_length - next_buff_length), in underflow()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dma_delete.c761 uint next_buff_length, new_buff_length, key_reflength; in underflow() local
829 next_buff_length= next_page.size; in underflow()
845 tmp_length= next_buff_length - p_length; in underflow()
848 bmove_upp(endpos, next_page.buff + next_buff_length, tmp_length); in underflow()
1022 DBUG_ASSERT(new_buff_length <= next_buff_length); in underflow()
1024 (int) (new_buff_length - next_buff_length), in underflow()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dma_delete.c761 uint next_buff_length, new_buff_length, key_reflength;
829 next_buff_length= next_page.size;
845 tmp_length= next_buff_length - p_length;
848 bmove_upp(endpos, next_page.buff + next_buff_length, tmp_length);
1022 DBUG_ASSERT(new_buff_length <= next_buff_length);
1024 (int) (new_buff_length - next_buff_length),
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dma_delete.c761 uint next_buff_length, new_buff_length, key_reflength; in underflow() local
829 next_buff_length= next_page.size; in underflow()
845 tmp_length= next_buff_length - p_length; in underflow()
848 bmove_upp(endpos, next_page.buff + next_buff_length, tmp_length); in underflow()
1022 DBUG_ASSERT(new_buff_length <= next_buff_length); in underflow()
1024 (int) (new_buff_length - next_buff_length), in underflow()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Dma_delete.c788 uint next_buff_length, new_buff_length, key_reflength; in underflow() local
863 next_buff_length= next_page.size; in underflow()
879 tmp_length= next_buff_length - p_length; in underflow()
882 bmove_upp(endpos, next_page.buff + next_buff_length, tmp_length); in underflow()
1056 DBUG_ASSERT(new_buff_length <= next_buff_length); in underflow()
1058 (int) (new_buff_length - next_buff_length), in underflow()