30 #include "mach0data.ic"
46 ut_ad(ptr && end_ptr && val);
59 }
else if (flag < 0xC0UL) {
60 if (end_ptr < ptr + 2) {
68 }
else if (flag < 0xE0UL) {
69 if (end_ptr < ptr + 3) {
76 }
else if (flag < 0xF0UL) {
77 if (end_ptr < ptr + 4) {
85 ut_ad(flag == 0xF0UL);
87 if (end_ptr < ptr + 5) {
UNIV_INLINE ulint mach_read_from_3(const byte *b) __attribute__((nonnull
UNIV_INTERN byte * mach_parse_compressed(byte *ptr, byte *end_ptr, ulint *val)
UNIV_INLINE ulint mach_read_from_4(const byte *b) __attribute__((nonnull
UNIV_INLINE ulint mach_read_from_1(const byte *b) __attribute__((nonnull
UNIV_INLINE ulint mach_read_from_2(const byte *b) __attribute__((nonnull