Home
last modified time | relevance | path

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

/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c31 gzFile gz_file; member
41 read = gzread(self->gz_file, buf, count); in php_gziop_read()
43 if (gzeof(self->gz_file)) { in php_gziop_read()
71 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
82 if (self->gz_file) { in php_gziop_close()
83 ret = gzclose(self->gz_file); in php_gziop_close()
84 self->gz_file = NULL; in php_gziop_close()
100 return gzflush(self->gz_file, Z_SYNC_FLUSH); in php_gziop_flush()
141 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
143 if (self->gz_file) { in php_stream_gzopen()
[all …]

Completed in 13 milliseconds