Searched refs:wrote (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 51 int wrote; in php_gziop_write() local 54 wrote = gzwrite(self->gz_file, (char *) buf, count); in php_gziop_write() 56 return (size_t)((wrote < 0) ? 0 : wrote); in php_gziop_write()
|
/PHP-7.3/ext/bcmath/libbcmath/ |
H A D | AUTHORS | 1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
|
/PHP-7.3/ext/session/ |
H A D | mod_files.c | 256 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.3/ext/bz2/ |
H A D | bz2.c | 165 size_t wrote = 0; in php_bz2iop_write() local 171 size_t remain = count - wrote; in php_bz2iop_write() 180 wrote += just_wrote; in php_bz2iop_write() 182 } while (wrote < count); in php_bz2iop_write() 184 return wrote; in php_bz2iop_write()
|
/PHP-7.3/ext/pspell/ |
H A D | README | 22 Rather, I wrote a new module - pspell.
|
/PHP-7.3/ext/phar/ |
H A D | phar.c | 2518 size_t wrote; local 3071 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
|
/PHP-7.3/ |
H A D | README.REDIST.BINS | 320 claim that you wrote the original software. If you use this software
|
H A D | php.ini-development | 226 ; Note: People who wrote portable scripts should not depend on this ini
|
H A D | php.ini-production | 226 ; Note: People who wrote portable scripts should not depend on this ini
|
/PHP-7.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 198 entire whole, and thus to each and every part regardless of who wrote
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 35944 int wrote = 0; 35996 while( (wrote = seekAndWrite(pFile, offset, pBuf, amt))<amt && wrote>0 ){ 35997 amt -= wrote; 35998 offset += wrote; 35999 pBuf = &((char*)pBuf)[wrote]; 36001 SimulateIOError(( wrote=(-1), amt=1 )); 36002 SimulateDiskfullError(( wrote=0, amt=1 )); 36004 if( amt>wrote ){ 36005 if( wrote<0 && pFile->lastErrno!=ENOSPC ){
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 9464 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
|
H A D | magic私はガラスを食べられます | 9464 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
|
Completed in 581 milliseconds