Home
last modified time | relevance | path

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

/PHP-5.6/ext/zlib/
H A Dzlib_fopen_wrapper.c31 gzFile gz_file; member
40 read = gzread(self->gz_file, buf, count); in php_gziop_read()
42 if (gzeof(self->gz_file)) { in php_gziop_read()
69 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
80 if (self->gz_file) { in php_gziop_close()
81 ret = gzclose(self->gz_file); in php_gziop_close()
82 self->gz_file = NULL; in php_gziop_close()
98 return gzflush(self->gz_file, Z_SYNC_FLUSH); in php_gziop_flush()
139 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
141 if (self->gz_file) { in php_stream_gzopen()
[all …]

Completed in 6 milliseconds