Home
last modified time | relevance | path

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

/PHP-7.2/ext/bz2/
H A Dbz2.c172 int just_wrote; in php_bz2iop_write() local
176 just_wrote = BZ2_bzwrite(self->bz_file, (char*)buf, to_write); in php_bz2iop_write()
178 if (just_wrote < 1) { in php_bz2iop_write()
182 wrote += just_wrote; in php_bz2iop_write()

Completed in 8 milliseconds