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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_syms.c15 EXPORT_SYMBOL(xz_dec_run); variable
H A Dxz_dec_test.c36 * Return value of xz_dec_run(). We need to avoid calling xz_dec_run() after
133 ret = xz_dec_run(state, &buffers);
H A Dxz_dec_stream.c55 * True if the next call to xz_dec_run() is allowed to return
710 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
719 * after the second consecutive call to xz_dec_run() that makes no progress.
734 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxz.h35 * so xz_dec_run() cannot return XZ_MEM_ERROR.
38 * allocated at initialization, so xz_dec_run()
43 * allocation fails, xz_dec_run() will return
67 * calling xz_dec_run() again.
164 * Single-call mode (XZ_SINGLE): xz_dec_run() decodes the whole stream at
177 * risk that xz_dec_run() could run out of memory, since xz_dec_run() will
179 * small for decoding the given input stream, xz_dec_run() will return
184 * dict_max specifies the maximum allowed dictionary size that xz_dec_run()
191 * ready to be used with xz_dec_run()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dxz_wrapper.c149 xz_err = xz_dec_run(stream->state, &stream->buf);
156 ERROR("xz_dec_run error, data probably corrupt\n");

Completed in 35 milliseconds