Searched defs:decompress (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h62 int (*decompress) __P((void *state, u_char *mp, int inlen, member in struct:compressor
71 * Return values for decompress routine.
H A Dpppdump.c28 int decompress; variable
64 decompress = 1;
311 if (decompress && fcs == PPP_GOODFCS) {
329 rv = pkt->comp->decompress(pkt->state, r,
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c202 grub_ssize_t (*decompress) (char *inbuf, grub_size_t insize, grub_off_t off, member in struct:grub_squash_data
271 if (data->decompress (tmp, bsize, offset,
415 data->decompress = zlib_decompress;
418 data->decompress = lzo_decompress;
421 data->decompress = xz_decompress;
795 if (data->decompress (block, data->blksz, boff, buf, read, data)
877 if (data->decompress (block, data->blksz, b, buf, len, data)

Completed in 25 milliseconds