Home
last modified time | relevance | path

Searched refs:curr_dest_pos (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc222 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
251 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
256 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
257 curr_dest_pos++; in deserialize_from_rbuf()
260 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
262 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
267 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
268 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
269 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
270 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc222 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
251 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
256 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
257 curr_dest_pos++; in deserialize_from_rbuf()
260 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
262 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
267 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
268 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
269 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
270 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc222 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
251 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
256 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
257 curr_dest_pos++; in deserialize_from_rbuf()
260 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
262 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
267 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
268 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
269 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
270 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc222 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
251 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
256 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
257 curr_dest_pos++; in deserialize_from_rbuf()
260 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
262 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
267 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
268 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
269 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
270 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc222 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
251 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
256 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
257 curr_dest_pos++; in deserialize_from_rbuf()
260 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
262 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
267 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
268 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
269 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
270 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc222 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
251 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
256 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
257 curr_dest_pos++; in deserialize_from_rbuf()
260 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
262 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
267 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
268 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
269 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
270 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc223 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
252 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
257 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
258 curr_dest_pos++; in deserialize_from_rbuf()
261 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
263 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
268 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
269 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
270 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
271 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc223 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
252 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
257 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
258 curr_dest_pos++; in deserialize_from_rbuf()
261 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
263 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
268 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
269 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
270 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
271 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc223 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
252 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
257 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
258 curr_dest_pos++; in deserialize_from_rbuf()
261 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
263 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
268 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
269 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
270 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
271 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc223 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
252 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
257 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
258 curr_dest_pos++; in deserialize_from_rbuf()
261 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
263 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
268 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
269 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
270 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
271 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc223 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
252 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
257 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
258 curr_dest_pos++; in deserialize_from_rbuf()
261 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
263 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
268 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
269 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
270 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
271 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/
H A Dbndata.cc223 unsigned char* curr_dest_pos = newmem; in deserialize_from_rbuf() local
252 uint32_t le_offset = curr_dest_pos - newmem; in deserialize_from_rbuf()
257 curr_dest_pos[0] = curr_type; in deserialize_from_rbuf()
258 curr_dest_pos++; in deserialize_from_rbuf()
261 curr_dest_pos += sizeof(clean_vallen); in deserialize_from_rbuf()
263 curr_dest_pos += clean_vallen; in deserialize_from_rbuf()
268 *(uint32_t *)curr_dest_pos = toku_htod32(num_cxrs); in deserialize_from_rbuf()
269 curr_dest_pos += sizeof(num_cxrs); in deserialize_from_rbuf()
270 *(uint8_t *)curr_dest_pos = num_pxrs; in deserialize_from_rbuf()
271 curr_dest_pos += sizeof(num_pxrs); in deserialize_from_rbuf()
[all …]