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

/systemd/src/import/
H A Dimport-compress.c45 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 468 milliseconds