HomeSort by relevance Sort by last modified time
    Searched refs:XZ_FOOTER_SIG (Results 1 - 5 of 5) sorted by null

  /external/lzma/C/
Xz.c 12 const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE] = { 'Y', 'Z' };
XzIn.c 157 if (memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) != 0)
190 if (memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) != 0)
Xz.h 63 extern const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];
XzEnc.c 124 memcpy(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE);
XzDec.c 512 memcmp(buf + 10, XZ_FOOTER_SIG, XZ_FOOTER_SIG_SIZE) == 0);

Completed in 3801 milliseconds