Searched refs:gz_open (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/zlib_v128/
H A Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open( function
272 return gz_open(path, -1, mode);
280 return gz_open(path, -1, mode);
298 gz = gz_open(path, fd, mode);
309 return gz_open(path, -2, mode);
/external/zlib/src/
H A Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) function
272 return gz_open(path, -1, mode);
280 return gz_open(path, -1, mode);
298 gz = gz_open(path, fd, mode);
309 return gz_open(path, -2, mode);
/external/zlib/src/test/
H A Dminigzip.c180 gzFile gz_open OF((const char *, int, const char *));
186 return gz_open(path, -1, mode);
193 return gz_open(NULL, fd, mode);
196 gzFile gz_open(path, fd, mode) function

Completed in 104 milliseconds