Searched refs:XZ_FOOTER_SIG (Results 1 – 5 of 5) sorted by relevance
12 const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE] = { 'Y', 'Z' }; variable
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()
63 extern const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];
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()