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

/freebsd-current/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h420 * has to set the correct uncompressed size in ext_size_low and
423 * - Decoder: If the uncompressed size in ext_size_low and
437 * has been decompressed (ext_size_low and ext_size_high). The
462 * ext_size_low holds the least significant 32 bits of the
475 uint32_t ext_size_low; member in struct:__anon25
536 (opt_lzma2).ext_size_low = (uint32_t)(u64size); \
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dmicrolzma_decoder.c86 .ext_size_low = UINT32_MAX, // Unknown size by default
/freebsd-current/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c1169 uncomp_size = opt->ext_size_low

Completed in 212 milliseconds