cregit-Linux how code gets into the kernel

Release 4.7 include/linux/decompress/inflate.h

#ifndef LINUX_DECOMPRESS_INFLATE_H

#define LINUX_DECOMPRESS_INFLATE_H

int gunzip(unsigned char *inbuf, long len,
	   long (*fill)(void*, unsigned long),
	   long (*flush)(void*, unsigned long),
	   unsigned char *output,
	   long *pos,
	   void(*error_fn)(char *x));
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
alain knaffalain knaff5887.88%133.33%
yinghai luyinghai lu69.09%133.33%
rashika kheriarashika kheria23.03%133.33%
Total66100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}