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

/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) function
46 if (stream_flags_decode(options, in + sizeof(lzma_header_magic)))
74 if (stream_flags_decode(options, in + sizeof(uint32_t) * 2))

Completed in 54 milliseconds