Searched refs:wrote (Results 1 – 12 of 12) sorted by relevance
252 int wrote; in ps_files_write() local255 wrote = _write(data->fd, buf, to_write); in ps_files_write()257 n += wrote; in ps_files_write()258 buf = wrote > -1 ? buf + wrote : 0; in ps_files_write()259 to_write = wrote > -1 ? SESS_FILE_BUF_SIZE(ZSTR_LEN(val) - n) : 0; in ps_files_write()261 } while(wrote > 0); in ps_files_write()
99 size_t wrote = 0; in php_bz2iop_write() local104 size_t remain = count - wrote; in php_bz2iop_write()109 if (wrote == 0) { in php_bz2iop_write()112 return wrote; in php_bz2iop_write()118 wrote += just_wrote; in php_bz2iop_write()120 } while (wrote < count); in php_bz2iop_write()122 return wrote; in php_bz2iop_write()
56 echo "Decoding the AVIF we just wrote...\n";81 Decoding the AVIF we just wrote...
41 Phil Nelson (philnelson@acm.org) wrote bcmath library.
201 entire whole, and thus to each and every part regardless of who wrote
2544 size_t wrote; in phar_flush_ex() local3042 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush_ex()
198 entire whole, and thus to each and every part regardless of who wrote
315 claim that you wrote the original software. If you use this software
232 ; Note: People who wrote portable scripts should not depend on this ini
12785 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
Completed in 178 milliseconds