MCPcopy Create free account
hub / github.com/4ch12dy/il2cpp / gz_open

Function gz_open

unity_2017_x/libil2cpp/external/zlib/gzio.c:122–232  ·  view source on GitHub ↗

=========================================================================== Opens a gzip (.gz) file for reading or writing. The mode parameter is as in fopen ("rb" or "wb"). The file is given either by file descriptor or path name (if fd == -1). gz_open returns NULL if the file could not be opened or if there was insufficient memory to allocate the (de)compression state; errno

(path, mode, fd, use64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

ZEXPORTFunction · 0.70
gzopen64Function · 0.70
gzdopenFunction · 0.70

Calls 3

crc32Function · 0.70
destroyFunction · 0.70
check_headerFunction · 0.70

Tested by

no test coverage detected