HomeSort by relevance Sort by last modified time
    Searched defs:xz_dec_end (Results 1 - 2 of 2) sorted by null

  /external/lzma/xz-embedded/
xz_dec_stream.c 838 XZ_EXTERN void xz_dec_end(struct xz_dec *s) function
  /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 452 milliseconds