Home
last modified time | relevance | path

Searched refs:m_varBytes (Results 1 – 22 of 22) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DNdbPack.hpp362 const Uint32 m_varBytes; member in NdbPack::Data
694 m_varBytes(varBytes), in Data()
708 assert(bufMaxLen >= m_varBytes); in set_buf()
709 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
716 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
725 if (m_varBytes == 0 || in finalize()
749 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
765 return m_varBytes; in get_var_bytes()
777 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DNdbPack.hpp362 const Uint32 m_varBytes; member in NdbPack::Data
694 m_varBytes(varBytes), in Data()
708 assert(bufMaxLen >= m_varBytes); in set_buf()
709 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
716 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
725 if (m_varBytes == 0 || in finalize()
749 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
765 return m_varBytes; in get_var_bytes()
777 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DNdbPack.hpp362 const Uint32 m_varBytes; member in NdbPack::Data
694 m_varBytes(varBytes), in Data()
708 assert(bufMaxLen >= m_varBytes); in set_buf()
709 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
716 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
725 if (m_varBytes == 0 || in finalize()
749 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
765 return m_varBytes; in get_var_bytes()
777 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/util/
H A DNdbPack.hpp361 const Uint32 m_varBytes; member in NdbPack::Data
687 m_varBytes(varBytes), in Data()
701 assert(bufMaxLen >= m_varBytes); in set_buf()
702 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
709 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
718 if (m_varBytes == 0 || in finalize()
742 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
758 return m_varBytes; in get_var_bytes()
770 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DNdbPack.hpp361 const Uint32 m_varBytes; member in NdbPack::Data
687 m_varBytes(varBytes), in Data()
701 assert(bufMaxLen >= m_varBytes); in set_buf()
702 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
709 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
718 if (m_varBytes == 0 || in finalize()
742 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
758 return m_varBytes; in get_var_bytes()
770 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DNdbPack.hpp361 const Uint32 m_varBytes; member in NdbPack::Data
687 m_varBytes(varBytes), in Data()
701 assert(bufMaxLen >= m_varBytes); in set_buf()
702 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
709 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
718 if (m_varBytes == 0 || in finalize()
742 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
758 return m_varBytes; in get_var_bytes()
770 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DNdbPack.hpp361 const Uint32 m_varBytes; member in NdbPack::Data
687 m_varBytes(varBytes), in Data()
701 assert(bufMaxLen >= m_varBytes); in set_buf()
702 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
709 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
718 if (m_varBytes == 0 || in finalize()
742 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
758 return m_varBytes; in get_var_bytes()
770 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DNdbPack.hpp361 const Uint32 m_varBytes; member in NdbPack::Data
687 m_varBytes(varBytes), in Data()
701 assert(bufMaxLen >= m_varBytes); in set_buf()
702 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
709 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
718 if (m_varBytes == 0 || in finalize()
742 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
758 return m_varBytes; in get_var_bytes()
770 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/include/util/
H A DNdbPack.hpp362 const Uint32 m_varBytes; member in NdbPack::Data
694 m_varBytes(varBytes), in Data()
708 assert(bufMaxLen >= m_varBytes); in set_buf()
709 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
716 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
725 if (m_varBytes == 0 || in finalize()
749 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
765 return m_varBytes; in get_var_bytes()
777 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/include/util/
H A DNdbPack.hpp362 const Uint32 m_varBytes; member in NdbPack::Data
694 m_varBytes(varBytes), in Data()
708 assert(bufMaxLen >= m_varBytes); in set_buf()
709 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
716 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
725 if (m_varBytes == 0 || in finalize()
749 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
765 return m_varBytes; in get_var_bytes()
777 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DNdbPack.hpp365 const Uint32 m_varBytes; member in NdbPack::Data
756 m_varBytes(varBytes), in Data()
770 assert(bufMaxLen >= m_varBytes); in set_buf()
771 DataC::set_buf(&m_buf[m_varBytes], m_bufMaxLen - m_varBytes, 0); in set_buf()
778 const Uint32 bytes = m_varBytes + m_spec.get_nullmask_len(m_allNullable); in reset()
787 if (likely(m_varBytes == 0 || in finalize()
811 return m_varBytes + m_spec.get_max_data_len(m_allNullable); in get_max_len()
827 return m_varBytes; in get_var_bytes()
839 return m_varBytes + m_iter.m_itemPos + m_iter.m_itemLen; in get_full_len()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DNdbPack.cpp411 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
480 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
545 switch (m_varBytes) { in finalize_impl()
633 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
941 if (m_varBytes != 0) in print()
944 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DNdbPack.cpp411 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
480 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
545 switch (m_varBytes) { in finalize_impl()
633 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
941 if (m_varBytes != 0) in print()
944 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DNdbPack.cpp411 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
480 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
545 switch (m_varBytes) { in finalize_impl()
633 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
941 if (m_varBytes != 0) in print()
944 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DNdbPack.cpp420 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
489 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
554 switch (m_varBytes) { in finalize_impl()
642 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
949 if (m_varBytes != 0) in print()
952 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DNdbPack.cpp420 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
489 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
554 switch (m_varBytes) { in finalize_impl()
642 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
949 if (m_varBytes != 0) in print()
952 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DNdbPack.cpp420 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
489 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
554 switch (m_varBytes) { in finalize_impl()
642 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
949 if (m_varBytes != 0) in print()
952 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/util/
H A DNdbPack.cpp420 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
489 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
554 switch (m_varBytes) { in finalize_impl()
642 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
949 if (m_varBytes != 0) in print()
952 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/common/util/
H A DNdbPack.cpp420 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
489 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
554 switch (m_varBytes) { in finalize_impl()
642 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
949 if (m_varBytes != 0) in print()
952 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/common/util/
H A DNdbPack.cpp411 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
480 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
545 switch (m_varBytes) { in finalize_impl()
633 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
941 if (m_varBytes != 0) in print()
944 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/common/util/
H A DNdbPack.cpp411 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
480 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
545 switch (m_varBytes) { in finalize_impl()
633 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
941 if (m_varBytes != 0) in print()
944 for (Uint32 i = 0; i < m_varBytes; i++) in print()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/util/
H A DNdbPack.cpp509 const Uint32 fullLen = m_varBytes + r.m_itemPos + r.m_itemLen; in add()
578 Uint8& the_byte = m_buf[m_varBytes + byte_pos]; in add_null()
643 switch (m_varBytes) { in finalize_impl()
731 Uint8* ptr = &m_buf[m_varBytes + r.m_itemPos]; in convert_impl()
1038 if (m_varBytes != 0) in print()
1041 for (Uint32 i = 0; i < m_varBytes; i++) in print()