Home
last modified time | relevance | path

Searched refs:handle_int24 (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dfield.h587 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
669 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
676 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dfield.h1388 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1470 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1477 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dfield.h1388 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1470 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1477 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dfield.h1339 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1421 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1428 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dfield.h1388 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1470 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1477 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dfield.h1339 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1421 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1428 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dfield.h1713 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1795 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1802 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dfield.h1664 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1746 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1753 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dfield.h1713 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1795 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1802 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dfield.h1664 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1746 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1753 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dfield.h1664 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1746 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1753 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dfield.h1713 static void handle_int24(uchar *to, const uchar *from, in handle_int24() function
1795 handle_int24(to, from, table->s->db_low_byte_first, low_byte_first_to); in pack_int24()
1802 handle_int24(to, from, low_byte_first_from, table->s->db_low_byte_first); in unpack_int24()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dfield.cc10025 static inline void handle_int24(uchar *to, const uchar *from, size_t max_length, in handle_int24() function
10118 handle_int24(to, from, max_length, table->s->db_low_byte_first, true); in pack_int24()
10123 handle_int24(to, from, UINT_MAX, true, table->s->db_low_byte_first); in unpack_int24()