Searched defs:xz_signature (Results 1 - 1 of 1) sorted by relevance
/systemd/src/import/ | ||
H A D | import-compress.c | 45 static const uint8_t xz_signature[] = { local 62 if (size < MAX3(sizeof(xz_signature), 69 if (memcmp(data, xz_signature, sizeof(xz_signature)) == 0) { |
Completed in 10 milliseconds