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

  /external/xz-embedded/linux/lib/xz/
xz_dec_syms.c 16 EXPORT_SYMBOL(xz_dec_end); variable
xz_dec_stream.c 854 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);
3124 void xz_dec_end(struct xz_dec *s) function
    [all...]

Completed in 3013 milliseconds