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

/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c103 local gzFile gz_open OF((const char *path, const char *mode, int fd));
115 gz_open returns NULL if the file could not be opened or if there was
120 local gzFile gz_open (path, mode, fd) function
239 return gz_open (path, mode, -1);
255 return gz_open (name, mode, fd);

Completed in 18 milliseconds