Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c27 * @XZ_OK: Everything is OK so far. More input or more
63 XZ_OK, enumerator
252 if (ret == XZ_OK) in do_xzcat()
393 * XZ_OK on success, XZ_MEMLIMIT_ERROR if the preallocated dictionary is not
475 * is needed. Returns XZ_OK if the given Filter ID is supported.
842 return XZ_OK; in xz_dec_bcj_run()
867 && (s->ret != XZ_OK )) in xz_dec_bcj_run()
890 return XZ_OK; in xz_dec_bcj_run()
917 if (s->ret != XZ_OK && s->ret != XZ_STREAM_END) in xz_dec_bcj_run()
932 return XZ_OK; in xz_dec_bcj_run()
[all...]

Completed in 4 milliseconds