Searched refs:lzop_magic (Results 1 – 1 of 1) sorted by relevance
27 static const unsigned char lzop_magic[] = { variable38 for (i = 0; i < ARRAY_SIZE(lzop_magic); i++) { in lzop_is_valid_header()39 if (*src++ != lzop_magic[i]) in lzop_is_valid_header()