MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ZEXPORT

Function ZEXPORT

zlib/gzio.c:213–218  ·  view source on GitHub ↗

=========================================================================== Opens a gzip (.gz) file for reading or writing. */

(path, mode)

Source from the content-addressed store, hash-verified

211 Opens a gzip (.gz) file for reading or writing.
212*/
213gzFile ZEXPORT gzopen (path, mode)
214 const char *path;
215 const char *mode;
216{
217 return gz_open (path, mode, -1);
218}
219
220/* ===========================================================================
221 Associate a gzFile with the file descriptor fd. fd is not dup'ed here

Callers

nothing calls this directly

Calls 9

gz_openFunction · 0.85
zmemcpyFunction · 0.85
crc32Function · 0.85
getLongFunction · 0.85
check_headerFunction · 0.85
inflateResetFunction · 0.85
zmemzeroFunction · 0.85
gzwriteFunction · 0.85
gzrewindFunction · 0.85

Tested by

no test coverage detected