Searched refs:XZ_FOOTER_SIG_SIZE (Results 1 – 5 of 5) sorted by relevance
60 #define XZ_FOOTER_SIG_SIZE 2 macro63 extern const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];69 #define XZ_STREAM_FOOTER_SIZE (XZ_FOOTER_SIG_SIZE + XZ_STREAM_FLAGS_SIZE + XZ_STREAM_CRC_SIZE + 4)
12 const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE] = { 'Y', 'Z' };
157 if (memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) != 0) in Xz_ReadBackward()190 if (memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) != 0) in Xz_ReadBackward()
124 memcpy(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE); in Xz_WriteFooter()
512 memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) == 0); in Xz_CheckFooter()