Home
last modified time | relevance | path

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

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c50 int wrote; in php_gziop_write() local
52 wrote = gzwrite(self->gz_file, (char *) buf, count); in php_gziop_write()
54 return (wrote < 0) ? 0 : wrote; in php_gziop_write()
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt37 $wrote = fwrite($link, $data, strlen($data));
55 $wrote = fwrite($socket, $data, strlen($data));
56 $data = substr($data, $wrote);
/PHP-5.5/ext/bcmath/libbcmath/
H A DAUTHORS1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
/PHP-5.5/ext/pspell/
H A DREADME22 Rather, I wrote a new module - pspell.
/PHP-5.5/ext/phar/
H A Dphar.c2580 size_t wrote; local
3132 if (phar_stream_copy_to_stream(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-5.5/
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.5/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2044 /* Ok, we wrote something. */
/PHP-5.5/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.5/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.5/ext/fileinfo/tests/
H A Dmagic6002 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive

Completed in 378 milliseconds