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

  /external/lzma/xz-embedded/
xz.h 81 * dict_max argument given to xz_dec_init().
84 * xz_dec_init(). This return value is possible
156 * xz_dec_init() - Allocate and initialize a XZ decoder state
194 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
196 * xz_dec_init() returns NULL.
198 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max);
202 * @s: Decoder state allocated using xz_dec_init()
222 * @s: Decoder state allocated using xz_dec_init()
225 * freeing and reallocating memory with xz_dec_end() and xz_dec_init().
235 * @s: Decoder state allocated using xz_dec_init(). If s is NULL
    [all...]
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 63 milliseconds