Rizin
unix-like reverse engineering framework and cli tools
|
Parser for filter-specific options. More...
Go to the source code of this file.
Functions | |
lzma_options_delta * | options_delta (const char *str) |
Parser for Delta options. More... | |
lzma_options_bcj * | options_bcj (const char *str) |
Parser for BCJ options. More... | |
lzma_options_lzma * | options_lzma (const char *str) |
Parser for LZMA options. More... | |
Parser for filter-specific options.
Definition in file options.h.
lzma_options_bcj* options_bcj | ( | const char * | str | ) |
Parser for BCJ options.
Definition at line 209 of file options.c.
References NULL, options, parse_options(), set_bcj(), cmd_descs_generate::str, UINT32_MAX, and xmalloc.
Referenced by parse_real().
lzma_options_delta* options_delta | ( | const char * | str | ) |
Parser for Delta options.
Definition at line 165 of file options.c.
References LZMA_DELTA_DIST_MAX, LZMA_DELTA_DIST_MIN, LZMA_DELTA_TYPE_BYTE, NULL, options, parse_options(), set_delta(), cmd_descs_generate::str, and xmalloc.
Referenced by parse_real().
lzma_options_lzma* options_lzma | ( | const char * | str | ) |
Parser for LZMA options.
Definition at line 317 of file options.c.
References _, LZMA_DICT_SIZE_MIN, LZMA_LCLP_MAX, LZMA_LCLP_MIN, LZMA_MF_BT2, LZMA_MF_BT3, LZMA_MF_BT4, LZMA_MF_HC3, LZMA_MF_HC4, LZMA_MODE_FAST, LZMA_MODE_NORMAL, LZMA_PB_MAX, LZMA_PB_MIN, LZMA_PRESET_DEFAULT, message_bug(), message_fatal(), NULL, options, parse_options(), PRIu32, set_lzma(), cmd_descs_generate::str, UINT32_C, UINT32_MAX, UINT64_MAX, and xmalloc.
Referenced by parse_real().