Home
last modified time | relevance | path

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

/php-src/ext/session/
H A Dmod_files.c252 int wrote; in ps_files_write() local
255 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()
/php-src/ext/bz2/
H A Dbz2.c99 size_t wrote = 0; in php_bz2iop_write() local
104 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()
/php-src/ext/gd/tests/
H A Davif_decode_encode.phpt56 echo "Decoding the AVIF we just wrote...\n";
81 Decoding the AVIF we just wrote...
/php-src/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-src/ext/phar/
H A Dphar.c2542 size_t wrote; in phar_flush() local
3074 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush()
/php-src/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/php-src/
H A DREADME.REDIST.BINS315 claim that you wrote the original software. If you use this software
H A Dphp.ini-development242 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production242 ; Note: People who wrote portable scripts should not depend on this ini
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12785 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
H A Dmagic12785 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 174 milliseconds