Home
last modified time | relevance | path

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

/PHP-5.6/ext/zlib/
H A Dzlib_fopen_wrapper.c52 int wrote; in php_gziop_write() local
54 wrote = gzwrite(self->gz_file, (char *) buf, count); in php_gziop_write()
56 return (wrote < 0) ? 0 : wrote; in php_gziop_write()
/PHP-5.6/ext/bcmath/libbcmath/
H A DAUTHORS1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
/PHP-5.6/ext/pspell/
H A DREADME22 Rather, I wrote a new module - pspell.
/PHP-5.6/ext/phar/
H A Dphar.c2570 size_t wrote; local
3122 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-5.6/
H A DREADME.REDIST.BINS244 claim that you wrote the original software. If you use this software
H A Dphp.ini-development240 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production240 ; Note: People who wrote portable scripts should not depend on this ini
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch2044 /* Ok, we wrote something. */
/PHP-5.6/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-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c28759 int wrote = 0;
28811 while( amt>0 && (wrote = seekAndWrite(pFile, offset, pBuf, amt))>0 ){
28812 amt -= wrote;
28813 offset += wrote;
28814 pBuf = &((char*)pBuf)[wrote];
28816 SimulateIOError(( wrote=(-1), amt=1 ));
28817 SimulateDiskfullError(( wrote=0, amt=1 ));
28820 if( wrote<0 && pFile->lastErrno!=ENOSPC ){
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic6478 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 418 milliseconds