Searched refs:wrote (Results 1 – 11 of 11) sorted by relevance
254 int wrote; in ps_files_write() local257 wrote = _write(data->fd, buf, to_write); in ps_files_write()259 n += wrote; in ps_files_write()260 buf = wrote > -1 ? buf + wrote : 0; in ps_files_write()261 …to_write = wrote > -1 ? (ZSTR_LEN(val) - n > UINT_MAX ? UINT_MAX : (unsigned int)(ZSTR_LEN(val) - … in ps_files_write()263 } while(wrote > 0); in ps_files_write()
100 ssize_t wrote = 0; in php_bz2iop_write() local105 size_t remain = count - wrote; in php_bz2iop_write()110 if (wrote == 0) { in php_bz2iop_write()113 return wrote; in php_bz2iop_write()119 wrote += just_wrote; in php_bz2iop_write()121 } while (wrote < count); in php_bz2iop_write()123 return wrote; in php_bz2iop_write()
41 Phil Nelson (philnelson@acm.org) wrote bcmath library.
201 entire whole, and thus to each and every part regardless of who wrote
2562 size_t wrote; in phar_flush() local3101 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush()
198 entire whole, and thus to each and every part regardless of who wrote
312 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
11092 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
Completed in 129 milliseconds