Home
last modified time | relevance | path

Searched refs:xz_dec_run (Results 1 – 5 of 5) sorted by relevance

/external/lzma/xz-embedded/
Dxz_dec_syms.c15 EXPORT_SYMBOL(xz_dec_run);
Dxz.h218 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
Dxz_dec_test.c133 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
Dxz_dec_stream.c760 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function
/external/toybox/toys/pending/
Dxzcat.c147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
241 ret = xz_dec_run(s, &b); in do_xzcat()
3070 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function