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

/ast/src/cmd/codexlib/gzip/
H A Dgzip.c122 return (state->gz = gzfopen(p->op, mode)) ? 0 : -1;
/ast/src/lib/libz/
H A Dzlib.h1186 ZEXTERN gzFile ZEXPORT gzfopen OF((void* fp, const char *mode));
1188 gzfopen() associates a gzFile with the stdio stream pointer fp.
1193 gzfopen returns NULL if there was insufficient memory to allocate
H A Dgzio.c286 gzFile ZEXPORT gzfopen (fp, mode) function
/ast/src/cmd/INIT/
H A Dratz.c60 * stripped down zlib containing public gzfopen()+gzread() in one file
3808 gzFile ZEXPORT gzfopen (fp, mode)
4890 else if (!(gz = gzfopen(stdin, FOPEN_READ)))

Completed in 40 milliseconds