Home
last modified time | relevance | path

Searched refs:internal_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dzlib.h82 struct internal_state;
94 struct internal_state *state; /* not visible by applications */
592 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/linux-6.1.9/lib/zlib_inflate/
Dinflate.c67 strm->state = (struct internal_state *)state; in zlib_inflateInit2()
/linux-6.1.9/lib/zlib_deflate/
Ddeflate.c248 strm->state = (struct internal_state *)s; in zlib_deflateInit2()