Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ gzopen
Function
gzopen
freebsd/contrib/zstd/zlibWrapper/examples/minigzip.c:187–192 ·
view source on GitHub ↗
(path, mode)
Source
from the content-addressed store, hash-verified
185
gzFile gz_open OF((const char *, int, const char *));
186
187
gzFile gzopen(path, mode)
188
const char *path;
189
const char *mode;
190
{
191
return gz_open(path, -1, mode);
192
}
193
194
gzFile gzdopen(fd, mode)
195
int fd;
Callers
5
test_gzio
Function · 0.70
file_compress
Function · 0.70
file_uncompress
Function · 0.70
main
Function · 0.70
test_gzio
Function · 0.70
Calls
1
gz_open
Function · 0.70
Tested by
2
test_gzio
Function · 0.56
test_gzio
Function · 0.56