Searched refs:XZ_FOOTER_SIG (Results 1 - 5 of 5) sorted by relevance

/external/lzma/C/
H A DXz.c10 Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE] = { 'Y', 'Z' }; variable
H A DXzIn.c153 if (memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) != 0)
183 if (memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) != 0)
H A DXz.h63 extern Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];
H A DXzEnc.c119 memcpy(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE);
H A DXzDec.c497 memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) == 0);

Completed in 98 milliseconds