Rizin
unix-like reverse engineering framework and cli tools
|
Common stuff for Stream flags coders. More...
#include "stream_flags_common.h"
Go to the source code of this file.
Functions | |
LZMA_API (lzma_ret) | |
Variables | |
const uint8_t | lzma_header_magic [6] = { 0xFD, 0x37, 0x7A, 0x58, 0x5A, 0x00 } |
const uint8_t | lzma_footer_magic [2] = { 0x59, 0x5A } |
Common stuff for Stream flags coders.
Definition in file stream_flags_common.c.
LZMA_API | ( | lzma_ret | ) |
Definition at line 20 of file stream_flags_common.c.
References a, b, is_backward_size_valid(), LZMA_CHECK_ID_MAX, LZMA_DATA_ERROR, LZMA_OK, LZMA_OPTIONS_ERROR, LZMA_PROG_ERROR, and LZMA_VLI_UNKNOWN.
Definition at line 17 of file stream_flags_common.c.
Definition at line 16 of file stream_flags_common.c.
Referenced by LZMA_API().