Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c51 * @XZ_BUF_ERROR: Cannot make any progress. Details are slightly
55 * XZ_BUF_ERROR is returned when two consecutive calls to XZ code cannot
71 XZ_BUF_ERROR enumerator
140 * undefined. This is true even after XZ_BUF_ERROR, because with some filter
285 case XZ_BUF_ERROR: in do_xzcat()
2385 * XZ_BUF_ERROR.
3042 * In multi-call mode, we must return XZ_BUF_ERROR when it seems clear that we
3047 * to avoid returning XZ_BUF_ERROR too easily: XZ_BUF_ERROR is returned only
3075 ret = XZ_BUF_ERROR; in xz_dec_run()
[all...]

Completed in 5 milliseconds