HomeSort by relevance Sort by last modified time
    Searched refs:XZ_BUF_ERROR (Results 1 - 3 of 3) sorted by null

  /external/lzma/xz-embedded/
xz.h 95 * @XZ_BUF_ERROR: Cannot make any progress. Details are slightly
99 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls
106 * In single-call mode, XZ_BUF_ERROR is returned only when the output buffer
110 * is used instead of XZ_BUF_ERROR.
121 XZ_BUF_ERROR
211 * undefined. This is true even after XZ_BUF_ERROR, because with some filter
xz_dec_stream.c 67 * XZ_BUF_ERROR.
739 * In multi-call mode, we must return XZ_BUF_ERROR when it seems clear that we
744 * to avoid returning XZ_BUF_ERROR too easily: XZ_BUF_ERROR is returned only
776 ? XZ_DATA_ERROR : XZ_BUF_ERROR;
786 ret = XZ_BUF_ERROR;
  /external/toybox/toys/pending/
xzcat.c 51 * @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
140 * undefined. This is true even after XZ_BUF_ERROR, because with some filter
285 case XZ_BUF_ERROR:
    [all...]

Completed in 2661 milliseconds