Home | History | Annotate | Download | only in old

Lines Matching full:gzopen

113 <li>  gzFile  <a href="#gzopen">gzopen</a>  (const char *path, const char *mode);
181 <font color="Blue"><dt> gzFile <a name="gzopen">gzopen</a> (const char *path, const char *mode);</font>
190 <a href="#gzopen">gzopen</a> can be used to read a file which is not in gzip format ; in this
194 <a href="#gzopen">gzopen</a> returns NULL if the file could not be opened or if there was
205 The mode parameter is as in <a href="#gzopen">gzopen</a>.