Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dmod_files.c256 int wrote; in ps_files_write() local
259 wrote = _write(data->fd, buf, to_write); in ps_files_write()
261 n += wrote; in ps_files_write()
262 buf = wrote > -1 ? buf + wrote : 0; in ps_files_write()
263 …to_write = wrote > -1 ? (ZSTR_LEN(val) - n > UINT_MAX ? UINT_MAX : (unsigned int)(ZSTR_LEN(val) - … in ps_files_write()
265 } while(wrote > 0); in ps_files_write()
/PHP-7.4/ext/bz2/
H A Dbz2.c168 ssize_t wrote = 0; in php_bz2iop_write() local
173 size_t remain = count - wrote; in php_bz2iop_write()
178 if (wrote == 0) { in php_bz2iop_write()
181 return wrote; in php_bz2iop_write()
187 wrote += just_wrote; in php_bz2iop_write()
189 } while (wrote < count); in php_bz2iop_write()
191 return wrote; in php_bz2iop_write()
/PHP-7.4/ext/bcmath/libbcmath/
H A DREADME.md41 Phil Nelson (philnelson@acm.org) wrote bcmath library.
H A DLICENSE201 entire whole, and thus to each and every part regardless of who wrote
/PHP-7.4/ext/phar/
H A Dphar.c2511 size_t wrote; in phar_flush() local
3051 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-7.4/
H A DREADME.REDIST.BINS313 claim that you wrote the original software. If you use this software
H A Dphp.ini-development221 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production221 ; Note: People who wrote portable scripts should not depend on this ini
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10391 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
H A Dmagic10391 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 150 milliseconds