Home
last modified time | relevance | path

Searched refs:from_beg (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dfield_conv.cc592 const uchar *from_beg= copy->from_ptr + HA_KEY_BLOB_LENGTH; in do_varstring2_mb() local
593 Well_formed_prefix prefix(cs, (char*) from_beg, from_length, char_length); in do_varstring2_mb()
601 memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, prefix.length()); in do_varstring2_mb()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dfield_conv.cc593 const uchar *from_beg= copy->from_ptr + HA_KEY_BLOB_LENGTH; in do_varstring2_mb() local
594 Well_formed_prefix prefix(cs, (char*) from_beg, from_length, char_length); in do_varstring2_mb()
602 memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, prefix.length()); in do_varstring2_mb()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dfield_conv.cc593 const uchar *from_beg= copy->from_ptr + HA_KEY_BLOB_LENGTH; in do_varstring2_mb() local
594 Well_formed_prefix prefix(cs, (char*) from_beg, from_length, char_length); in do_varstring2_mb()
602 memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, prefix.length()); in do_varstring2_mb()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dfield_conv.cc585 const uchar *from_beg= copy->from_ptr + HA_KEY_BLOB_LENGTH;
586 Well_formed_prefix prefix(cs, (char*) from_beg, from_length, char_length);
594 memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, prefix.length());
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dfield_conv.cc585 const uchar *from_beg= copy->from_ptr + HA_KEY_BLOB_LENGTH;
586 Well_formed_prefix prefix(cs, (char*) from_beg, from_length, char_length);
594 memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, prefix.length());
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dfield_conv.cc592 const uchar *from_beg= copy->from_ptr + HA_KEY_BLOB_LENGTH; in do_varstring2_mb() local
593 Well_formed_prefix prefix(cs, (char*) from_beg, from_length, char_length); in do_varstring2_mb()
601 memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, prefix.length()); in do_varstring2_mb()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dfield_conv.cc491 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
495 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
496 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dfield_conv.cc492 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
496 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
497 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dfield_conv.cc492 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
496 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
497 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dfield_conv.cc492 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
496 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
497 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dfield_conv.cc492 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
496 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
497 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dfield_conv.cc492 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
496 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
497 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dfield_conv.cc512 const char *from_beg = pointer_cast<const char *>(from->data_ptr()); in copy_field_varstring() local
515 from_cs, from_beg, from_beg + from->data_length(), to_char_length, in copy_field_varstring()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dfield_conv.cc578 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
582 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
583 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dfield_conv.cc578 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
582 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
583 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dfield_conv.cc578 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
582 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
583 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dfield_conv.cc578 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
582 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
583 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dfield_conv.cc578 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
582 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
583 from_beg + from_byte_length, in get_varstring_copy_length()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dfield_conv.cc578 const char *from_beg= reinterpret_cast<char*>(from->ptr + from->length_bytes); in get_varstring_copy_length() local
582 cs->cset->well_formed_len(cs, from_beg, in get_varstring_copy_length()
583 from_beg + from_byte_length, in get_varstring_copy_length()