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

/freebsd-11.0-release/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h456 * initialized to LZMA_STREAM_INIT (see LZMA_STREAM_INIT for details).
534 * lzma_stream strm = LZMA_STREAM_INIT;
542 * lzma_stream tmp = LZMA_STREAM_INIT;
545 #define LZMA_STREAM_INIT \ macro
571 * with LZMA_STREAM_INIT.
/freebsd-11.0-release/usr.bin/mkuzip/
H A Dmkuz_lzma.c50 static const lzma_stream lzma_stream_init = LZMA_STREAM_INIT;
/freebsd-11.0-release/usr.bin/gzip/
H A Dunxz.c43 lzma_stream strm = LZMA_STREAM_INIT;
/freebsd-11.0-release/contrib/xz/src/xzdec/
H A Dxzdec.c285 lzma_stream strm = LZMA_STREAM_INIT;
/freebsd-11.0-release/usr.bin/grep/
H A Dfile.c67 static lzma_stream lstrm = LZMA_STREAM_INIT;
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dcoder.c33 static lzma_stream strm = LZMA_STREAM_INIT;
H A Dlist.c169 lzma_stream strm = LZMA_STREAM_INIT;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_xz.c224 static const lzma_stream lzma_stream_init_data = LZMA_STREAM_INIT;
H A Darchive_write_set_format_xar.c2827 static const lzma_stream lzma_init_data = LZMA_STREAM_INIT;
2880 static const lzma_stream lzma_init_data = LZMA_STREAM_INIT;
H A Darchive_write_set_format_7zip.c1913 static const lzma_stream lzma_init_data = LZMA_STREAM_INIT;

Completed in 283 milliseconds