Home
last modified time | relevance | path

Searched refs:UV_VAL_TYPE_SIZE (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/src/
H A Dstatement_events.cpp522 if (!valid_buffer_range<unsigned int>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_event()
532 memcpy(&charset_number, buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE, in User_var_event()
535 memcpy(&val_len, (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
538 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
575 flags= (unsigned int) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/src/
H A Dstatement_events.cpp522 if (!valid_buffer_range<unsigned int>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_event()
532 memcpy(&charset_number, buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE, in User_var_event()
535 memcpy(&val_len, (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
538 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
575 flags= (unsigned int) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/src/
H A Dstatement_events.cpp522 if (!valid_buffer_range<unsigned int>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_event()
532 memcpy(&charset_number, buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE, in User_var_event()
535 memcpy(&val_len, (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
538 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
575 flags= (unsigned int) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/src/
H A Dstatement_events.cpp522 if (!valid_buffer_range<unsigned int>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_event()
532 memcpy(&charset_number, buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE, in User_var_event()
535 memcpy(&val_len, (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
538 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
575 flags= (unsigned int) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/src/
H A Dstatement_events.cpp522 if (!valid_buffer_range<unsigned int>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_event()
532 memcpy(&charset_number, buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE, in User_var_event()
535 memcpy(&val_len, (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
538 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
575 flags= (unsigned int) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/src/
H A Dstatement_events.cpp522 if (!valid_buffer_range<unsigned int>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_event()
532 memcpy(&charset_number, buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE, in User_var_event()
535 memcpy(&val_len, (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
538 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
575 flags= (unsigned int) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_event()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/include/
H A Dstatement_events.h810 UV_VAL_TYPE_SIZE = 1, enumerator
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/include/
H A Dstatement_events.h799 UV_VAL_TYPE_SIZE= 1, enumerator
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/include/
H A Dstatement_events.h799 UV_VAL_TYPE_SIZE= 1, enumerator
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/include/
H A Dstatement_events.h799 UV_VAL_TYPE_SIZE= 1, enumerator
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/include/
H A Dstatement_events.h799 UV_VAL_TYPE_SIZE= 1, enumerator
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/include/
H A Dstatement_events.h799 UV_VAL_TYPE_SIZE= 1, enumerator
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/include/
H A Dstatement_events.h799 UV_VAL_TYPE_SIZE= 1, enumerator
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog_event.cc2890 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
2900 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
2901 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
2923 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog_event.cc2890 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
2900 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
2901 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
2923 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dlog_event.cc5989 if (!valid_buffer_range<uint>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_log_event()
5998 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
5999 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
6001 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
6029 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
6045 char buf1[UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in write()
H A Dlog_event.h365 #define UV_VAL_TYPE_SIZE 1 macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc7897 if (!valid_buffer_range<uint>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_log_event()
7906 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
7907 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7909 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7942 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7958 char buf1[UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in write()
H A Dlog_event.h421 #define UV_VAL_TYPE_SIZE 1 macro
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc7897 if (!valid_buffer_range<uint>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_log_event()
7906 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
7907 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7909 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7942 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7958 char buf1[UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in write()
H A Dlog_event.h421 #define UV_VAL_TYPE_SIZE 1 macro
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc7897 if (!valid_buffer_range<uint>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_log_event()
7906 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
7907 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7909 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7942 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7958 char buf1[UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in write()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlog_event.cc7863 if (!valid_buffer_range<uint>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_log_event()
7872 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
7873 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7875 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7917 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7933 char buf1[UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in write()
H A Dlog_event.h417 #define UV_VAL_TYPE_SIZE 1 macro
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlog_event.cc7825 if (!valid_buffer_range<uint>(UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE in User_var_log_event()
7834 charset_number= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE); in User_var_log_event()
7835 val_len= uint4korr(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7837 val= (char *) (buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7879 flags= (uint) *(buf + UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in User_var_log_event()
7895 char buf1[UV_VAL_IS_NULL + UV_VAL_TYPE_SIZE + in write()

12