OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZ4F_LIST_ERRORS
(Results
1 - 2
of
2
) sorted by null
/external/lz4/lib/
lz4frame_static.h
50
#define
LZ4F_LIST_ERRORS
(ITEM) \
61
typedef enum {
LZ4F_LIST_ERRORS
(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes; /* enum is exposed, to handle specific errors; compare function result to -enum value */
lz4frame.c
161
static const char* LZ4F_errorStrings[] = {
LZ4F_LIST_ERRORS
(LZ4F_GENERATE_STRING) };
[
all
...]
Completed in 76 milliseconds