Home
last modified time | relevance | path

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

/PHP-7.3/ext/zlib/
H A Dzlib_fopen_wrapper.c51 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 DAUTHORS1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
/PHP-7.3/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.3/ext/bz2/
H A Dbz2.c165 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 DREADME22 Rather, I wrote a new module - pspell.
/PHP-7.3/ext/phar/
H A Dphar.c2518 size_t wrote; local
3071 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-7.3/
H A DREADME.REDIST.BINS320 claim that you wrote the original software. If you use this software
H A Dphp.ini-development226 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production226 ; Note: People who wrote portable scripts should not depend on this ini
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c35944 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 Dmagic9464 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
H A Dmagic私はガラスを食べられます9464 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 471 milliseconds