MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gzread.c

File gzread.c

freebsd/contrib/zstd/zlibWrapper/gzread.c:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* gzread.c contains minimal changes required to be compiled with zlibWrapper:
2 * - gz_statep was converted to union to work with -Wstrict-aliasing=1 */
3
4 /* gzread.c -- zlib functions for reading gzip files

Callers

nothing calls this directly

Calls 4

memchrFunction · 0.85
gz_skipFunction · 0.70
gz_fetchFunction · 0.70
memcpyFunction · 0.50

Tested by

no test coverage detected