Home
last modified time | relevance | path

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

/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c53 int wrote; in php_gziop_write() local
56 wrote = gzwrite(self->gz_file, (char *) buf, count); in php_gziop_write()
58 return (size_t)((wrote < 0) ? 0 : wrote); in php_gziop_write()
/PHP-7.1/ext/bcmath/libbcmath/
H A DAUTHORS1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
/PHP-7.1/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.1/ext/bz2/
H A Dbz2.c167 size_t wrote = 0; in php_bz2iop_write() local
173 size_t remain = count - wrote; in php_bz2iop_write()
182 wrote += just_wrote; in php_bz2iop_write()
184 } while (wrote < count); in php_bz2iop_write()
186 return wrote; in php_bz2iop_write()
/PHP-7.1/ext/pspell/
H A DREADME22 Rather, I wrote a new module - pspell.
/PHP-7.1/ext/phar/
H A Dphar.c2502 size_t wrote; local
3055 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-7.1/
H A DREADME.REDIST.BINS219 claim that you wrote the original software. If you use this software
H A Dphp.ini-development231 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production231 ; Note: People who wrote portable scripts should not depend on this ini
/PHP-7.1/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog111 binary file, it incorrectly wrote output to stdout.
1800 1. Fixed some typos in the markup of the man pages, and wrote a script that
3283 a long time ago when I wrote it, but is no longer the case.
/PHP-7.1/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.1/ext/fileinfo/tests/
H A Dmagic6942 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
H A Dmagic私はガラスを食べられます6942 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 467 milliseconds