Searched refs:just_wrote (Results 1 – 1 of 1) sorted by relevance
103 int just_wrote; in php_bz2iop_write() local107 just_wrote = BZ2_bzwrite(self->bz_file, (char*)buf, to_write); in php_bz2iop_write()108 if (just_wrote < 0) { in php_bz2iop_write()110 return just_wrote; in php_bz2iop_write()114 if (just_wrote == 0) { in php_bz2iop_write()118 wrote += just_wrote; in php_bz2iop_write()
Completed in 5 milliseconds