Home
last modified time | relevance | path

Searched refs:gz_file (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c29 gzFile gz_file; member
38 read = gzread(self->gz_file, buf, count); in php_gziop_read()
40 if (gzeof(self->gz_file)) { in php_gziop_read()
67 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
78 if (self->gz_file) { in php_gziop_close()
79 ret = gzclose(self->gz_file); in php_gziop_close()
80 self->gz_file = NULL; in php_gziop_close()
96 return gzflush(self->gz_file, Z_SYNC_FLUSH); in php_gziop_flush()
137 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
139 if (self->gz_file) { in php_stream_gzopen()
[all …]

Completed in 5 milliseconds