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

/ast/src/lib/libz/
H A Dgzio.c88 local gzFile gz_open OF((const char *path, const char *mode, FILE* fp, void* buf, unsigned len));
100 gz_open returns NULL if the file could not be opened or if there was
105 local gzFile gz_open (path, mode, fp, buf, len) function
203 fprintf(stderr, "AHA gz_open inbuf=< %02x %02x > len=%d offset=%d:%d\n", s->inbuf[0], s->inbuf[1], len, (int)ftell(fp), (int)lseek(fileno(fp), 0, SEEK_CUR));
254 return gz_open (path, mode, (FILE*)Z_NULL, (void*)Z_NULL, 0);
270 return gz_open (name, mode, fp, buf, len);
297 return gz_open (name, mode, sp, (void*)Z_NULL, 0);

Completed in 14 milliseconds