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

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c157 static const char* LZ4F_errorStrings[] = { LZ4F_LIST_ERRORS(LZ4F_GENERATE_STRING) }; variable
168 if (LZ4F_isError(code)) return LZ4F_errorStrings[-(int)(code)];

Completed in 8 milliseconds