Searched refs:bz_file (Results 1 – 1 of 1) sorted by relevance
132 BZFILE *bz_file; member169 BZ2_bzclose(self->bz_file); in php_bz2iop_close()184 return BZ2_bzflush(self->bz_file); in php_bz2iop_flush()207 self->bz_file = bz; in _php_stream_bz2open_from_BZFILE()221 BZFILE *bz_file = NULL; in _php_stream_bz2open() local244 bz_file = BZ2_bzopen(path_copy, mode); in _php_stream_bz2open()246 if (opened_path && bz_file) { in _php_stream_bz2open()254 if (bz_file == NULL) { in _php_stream_bz2open()261 bz_file = BZ2_bzdopen(fd, mode); in _php_stream_bz2open()273 if (bz_file) { in _php_stream_bz2open()[all …]
Completed in 6 milliseconds