lib/zlib_inflate/inffast.h

Source file repositories/reference/linux-study-clean/lib/zlib_inflate/inffast.h

File Facts

System
Linux kernel
Corpus path
lib/zlib_inflate/inffast.h
Extension
.h
Size
403 bytes
Lines
12
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: implementation source
Status
source implementation candidate

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

part of the implementation of the compression library and is
   subject to change. Applications should only use zlib.h.
 */

void inflate_fast (z_streamp strm, unsigned start);

Annotation

Implementation Notes