Lines Matching defs:z_decompress
50 static int z_decompress(void *state, unsigned char *ibuf,
391 * z_decompress - decompress a Deflate-compressed packet.
411 static int z_decompress(void *arg, unsigned char *ibuf, int isize,
421 printk(KERN_DEBUG "z_decompress%d: short pkt (%d)\n",
430 printk(KERN_DEBUG "z_decompress%d: bad seq # %d, expected %d\n",
463 printk(KERN_DEBUG "z_decompress%d: inflate returned %d (%s)\n",
489 printk(KERN_DEBUG "z_decompress%d: ran out of mru\n",
497 printk(KERN_DEBUG "z_decompress%d: didn't get proto\n",
584 .decompress = z_decompress,
602 .decompress = z_decompress,