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

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz.h115 * dictionary. This way there is no risk that xz_dec_run() could run out
116 * of memory, since xz_dec_run() will never allocate any memory. Instead,
118 * stream, xz_dec_run() will return XZ_MEMLIMIT_ERROR. Thus, it is important
128 * In single-call mode, xz_dec_run() decodes the whole stream at once. The
140 * ready to be used with xz_dec_run(). On error, xz_dec_init() returns NULL.
145 * xz_dec_run() - Run the XZ decoder
165 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
175 * xz_dec_run(). Thus, explicit call to xz_dec_reset() is useful only in
H A Dxz_dec_stream.c89 * True if the next call to xz_dec_run() is allowed to return
886 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in
895 * after the second consecutive call to xz_dec_run() that makes no progress.
910 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) function
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dxz.c47 xzret = xz_dec_run (dec, &buf);
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c89 /* Function xz_dec_run() should consume header and ask for more (XZ_OK)
106 ret = xz_dec_run (xzio->dec, &xzio->buf);
282 xzret = xz_dec_run (xzio->dec, &xzio->buf);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c338 xzret = xz_dec_run (data->xzdec, &buf);

Completed in 43 milliseconds