OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gz_open
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
gzlib.c
85
local gzFile
gz_open
(const void *path, int fd, const char *mode) {
function
261
return
gz_open
(path, -1, mode);
266
return
gz_open
(path, -1, mode);
281
gz =
gz_open
(path, fd, mode);
289
return
gz_open
(path, -2, mode);
/src/common/dist/zlib/test/
minigzip.c
170
static gzFile
gz_open
(const char *path, int fd, const char *mode) {
function
205
return
gz_open
(path, -1, mode);
209
return
gz_open
(NULL, fd, mode);
Completed in 15 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026