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

/dovecot/src/lib-compression/
H A Diostream-lz4.h11 #define IOSTREAM_LZ4_MAGIC "Dovecot-LZ4\x0d\x2a\x9b\xc5" macro
12 #define IOSTREAM_LZ4_MAGIC_LEN (sizeof(IOSTREAM_LZ4_MAGIC)-1)
H A Dcompression.c79 return memcmp(data, IOSTREAM_LZ4_MAGIC, IOSTREAM_LZ4_MAGIC_LEN) == 0;
H A Dostream-lz4.c190 memcpy(hdr->magic, IOSTREAM_LZ4_MAGIC, sizeof(hdr->magic));
H A Distream-lz4.c64 if (ret == 0 || memcmp(hdr->magic, IOSTREAM_LZ4_MAGIC,

Completed in 23 milliseconds