Searched refs:just_wrote (Results 1 – 1 of 1) sorted by relevance
104 int just_wrote; in php_bz2iop_write() local108 just_wrote = BZ2_bzwrite(self->bz_file, (char*)buf, to_write); in php_bz2iop_write()109 if (just_wrote < 0) { in php_bz2iop_write()111 return just_wrote; in php_bz2iop_write()115 if (just_wrote == 0) { in php_bz2iop_write()119 wrote += just_wrote; in php_bz2iop_write()
Completed in 5 milliseconds