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