Searched refs:gunzip_partial (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dgunzip_util.h25 * - use gunzip_partial(), gunzip_exactly() and gunzip_discard()
40 int gunzip_partial(struct gunzip_state *state, void *dst, int dstlen);
H A Dgunzip_util.c87 * gunzip_partial - extract bytes from a gzip data stream
102 int gunzip_partial(struct gunzip_state *state, void *dst, int dstlen) gunzip_partial() function
144 len = gunzip_partial(state, dst, dstlen); gunzip_exactly()
157 * Subsequent gunzip_partial(), gunzip_exactly() or gunzip_finish()
197 len = gunzip_partial(state, dst, dstlen); gunzip_finish()

Completed in 78 milliseconds