Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds