OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xz_dec_run
(Results
1 - 6
of
6
) sorted by null
/external/lzma/xz-embedded/
xz_dec_syms.c
15
EXPORT_SYMBOL(
xz_dec_run
);
variable
xz.h
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
[
all
...]
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_stream.c
66
* True if the next call to
xz_dec_run
() is allowed to return
736
*
xz_dec_run
() is a wrapper for dec_main() to handle some special cases in
745
* after the second consecutive call to
xz_dec_run
() that makes no progress.
760
XZ_EXTERN enum xz_ret
xz_dec_run
(struct xz_dec *s, struct xz_buf *b)
function
/system/update_engine/payload_consumer/
xz_extent_writer.cc
87
xz_ret ret =
xz_dec_run
(stream_, &request);
89
LOG(ERROR) << "
xz_dec_run
returned " << XzErrorString(ret);
/external/toybox/toys/pending/
xzcat.c
32
* calling
xz_dec_run
() again.
117
* dict_max specifies the maximum allowed dictionary size that
xz_dec_run
()
124
* ready to be used with
xz_dec_run
(). If memory allocation fails,
130
*
xz_dec_run
() - Run the XZ decoder
147
enum xz_ret
xz_dec_run
(struct xz_dec *s, struct xz_buf *b);
157
*
xz_dec_run
(). Thus, explicit call to xz_dec_reset() is useful only in
241
ret =
xz_dec_run
(s, &b);
3070
enum xz_ret
xz_dec_run
(struct xz_dec *s, struct xz_buf *b)
function
[
all
...]
Completed in 42 milliseconds