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

  /external/lzma/xz-embedded/
xz_dec_stream.c 796 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) function
  /external/toybox/toys/pending/
xzcat.c 40 * dict_max argument given to xz_dec_init().
43 * xz_dec_init().
106 * xz_dec_init() - Allocate and initialize a XZ decoder state
123 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
125 * xz_dec_init() returns NULL.
127 struct xz_dec *xz_dec_init(uint32_t dict_max);
131 * @s: Decoder state allocated using xz_dec_init()
151 * @s: Decoder state allocated using xz_dec_init()
154 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
164 * @s: Decoder state allocated using xz_dec_init(). If s is NULL
3092 struct xz_dec *xz_dec_init(uint32_t dict_max) function
    [all...]

Completed in 303 milliseconds