Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/ext/bz2/
H A Dbz2.c100 ssize_t wrote = 0; in php_bz2iop_write() local
105 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()
/PHP-8.2/ext/gd/tests/
H A Davif_decode_encode.phpt47 echo "Decoding the AVIF we just wrote...\n";
72 Decoding the AVIF we just wrote...
/PHP-8.2/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-8.2/ext/phar/
H A Dphar.c2553 size_t wrote; in phar_flush() local
3085 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush()
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-8.2/
H A DREADME.REDIST.BINS314 claim that you wrote the original software. If you use this software
H A Dphp.ini-development232 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production232 ; Note: People who wrote portable scripts should not depend on this ini
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic11570 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
H A Dmagic私はガラスを食べられます11570 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 216 milliseconds