Home
last modified time | relevance | path

Searched refs:opt_single_stream (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dcoder.h45 extern bool opt_single_stream;
H A Dcoder.c27 bool opt_single_stream = false; variable
478 if (!opt_single_stream) in coder_init()
768 if (opt_single_stream) { in coder_normal()
H A Dargs.c459 opt_single_stream = true; in parse_real()