Searched refs:LZ4_STREAMSIZE (Results 1 – 2 of 2) sorted by relevance
623 #define LZ4_STREAMSIZE 16416 /* static size, for inter-version compatibility */ macro624 #define LZ4_STREAMSIZE_VOIDP (LZ4_STREAMSIZE / sizeof(void*))
675 int LZ4_sizeofState(void) { return LZ4_STREAMSIZE; } in LZ4_sizeofState()1426 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()2474 int LZ4_sizeofStreamState(void) { return LZ4_STREAMSIZE; } in LZ4_sizeofStreamState()