Searched refs:gunzip_exactly (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dgunzip_util.h25 * - use gunzip_partial(), gunzip_exactly() and gunzip_discard()
41 void gunzip_exactly(struct gunzip_state *state, void *dst, int len);
H A Dgunzip_util.c127 * gunzip_exactly - extract a fixed number of bytes from a gzip data stream
140 void gunzip_exactly(struct gunzip_state *state, void *dst, int dstlen) gunzip_exactly() function
157 * Subsequent gunzip_partial(), gunzip_exactly() or gunzip_finish()
170 gunzip_exactly(state, discard_buf, sizeof(discard_buf)); gunzip_discard()
175 gunzip_exactly(state, discard_buf, len); gunzip_discard()
H A Dmain.c41 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader)); prep_kernel()

Completed in 40 milliseconds