Searched refs:xz_dec_run (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/lib/xz/ |
H A D | xz_dec_syms.c | 15 EXPORT_SYMBOL(xz_dec_run); variable
|
H A D | xz_dec_test.c | 36 * Return value of xz_dec_run(). We need to avoid calling xz_dec_run() after 133 ret = xz_dec_run(state, &buffers); xz_dec_test_write()
|
H A D | xz_dec_stream.c | 55 * 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) xz_dec_run() function
|
/linux-4.1.27/include/linux/ |
H A D | xz.h | 35 * 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(). If memory allocation fails, 197 * xz_dec_run() - Run the XZ decoder 214 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b); 224 * xz_dec_run(). Thus, explicit call to xz_dec_reset() is useful only in
|
/linux-4.1.27/lib/ |
H A D | decompress_unxz.c | 300 ret = xz_dec_run(s, &b); unxz() 323 ret = xz_dec_run(s, &b); unxz() 329 * returned by xz_dec_run(), but probably unxz()
|
/linux-4.1.27/fs/squashfs/ |
H A D | xz_wrapper.c | 165 xz_err = xz_dec_run(stream->state, &stream->buf); squashfs_xz_uncompress()
|
Completed in 189 milliseconds