Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c29 * @XZ_STREAM_END: Operation finished successfully.
64 XZ_STREAM_END, enumerator
138 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
264 case XZ_STREAM_END: in do_xzcat()
430 * filter anymore once it has returned XZ_STREAM_END.
837 * filter in the chain had already returned XZ_STREAM_END. in xz_dec_bcj_run()
844 if (s->ret == XZ_STREAM_END) in xz_dec_bcj_run()
845 return XZ_STREAM_END; in xz_dec_bcj_run()
858 * more output coming but hasn't returned XZ_STREAM_END yet. in xz_dec_bcj_run()
866 if (s->ret != XZ_STREAM_END in xz_dec_bcj_run()
[all...]

Completed in 3 milliseconds