Home
last modified time | relevance | path

Searched refs:LZ4F_errorStrings (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4frame.c189 static const char* LZ4F_errorStrings[] = { LZ4F_LIST_ERRORS(LZ4F_GENERATE_STRING) }; variable
200 if (LZ4F_isError(code)) return LZ4F_errorStrings[-(int)(code)]; in LZ4F_getErrorName()