Home | History | Annotate | Download | only in xz-embedded

Lines Matching refs:xz_dec_run

39  *                          so xz_dec_run() cannot return XZ_MEM_ERROR.
42 * allocated at initialization, so xz_dec_run()
47 * allocation fails, xz_dec_run() will return
71 * calling xz_dec_run() again.
168 * Single-call mode (XZ_SINGLE): xz_dec_run() decodes the whole stream at
181 * risk that xz_dec_run() could run out of memory, since xz_dec_run() will
183 * small for decoding the given input stream, xz_dec_run() will return
188 * dict_max specifies the maximum allowed dictionary size that xz_dec_run()
195 * ready to be used with xz_dec_run(). If memory allocation fails,
201 * xz_dec_run() - Run the XZ decoder
218 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
228 * xz_dec_run(). Thus, explicit call to xz_dec_reset() is useful only in