Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c29 gzFile gz_file; member
39 read = gzread(self->gz_file, buf, count); in php_gziop_read()
41 if (gzeof(self->gz_file)) { in php_gziop_read()
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
77 if (self->gz_file) { in php_gziop_close()
78 ret = gzclose(self->gz_file); in php_gziop_close()
79 self->gz_file = NULL; in php_gziop_close()
95 return gzflush(self->gz_file, Z_SYNC_FLUSH); in php_gziop_flush()
136 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
138 if (self->gz_file) { in php_stream_gzopen()
[all …]

Completed in 4 milliseconds