OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xz_dec_end
(Results
1 - 6
of
6
) sorted by null
/external/lzma/xz-embedded/
xz_dec_syms.c
16
EXPORT_SYMBOL(
xz_dec_end
);
variable
xz.h
225
* freeing and reallocating memory with
xz_dec_end
() and xz_dec_init().
234
*
xz_dec_end
() - Free the memory allocated for the decoder state
238
XZ_EXTERN void
xz_dec_end
(struct xz_dec *s);
xz_dec_test.c
191
xz_dec_end
(state);
205
xz_dec_end
(state);
xz_dec_stream.c
838
XZ_EXTERN void
xz_dec_end
(struct xz_dec *s)
function
/system/update_engine/payload_consumer/
xz_extent_writer.cc
54
xz_dec_end
(stream_);
/external/toybox/toys/pending/
xzcat.c
154
* freeing and reallocating memory with
xz_dec_end
() and xz_dec_init().
163
*
xz_dec_end
() - Free the memory allocated for the decoder state
167
void
xz_dec_end
(struct xz_dec *s);
265
xz_dec_end
(s);
296
xz_dec_end
(s);
3132
void
xz_dec_end
(struct xz_dec *s)
function
[
all
...]
Completed in 556 milliseconds