Searched refs:wrote (Results 1 – 12 of 12) sorted by relevance
/PHP-5.6/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 52 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 D | AUTHORS | 1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
|
/PHP-5.6/ext/pspell/ |
H A D | README | 22 Rather, I wrote a new module - pspell.
|
/PHP-5.6/ext/phar/ |
H A D | phar.c | 2570 size_t wrote; local 3122 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
|
/PHP-5.6/ |
H A D | README.REDIST.BINS | 244 claim that you wrote the original software. If you use this software
|
H A D | php.ini-development | 240 ; Note: People who wrote portable scripts should not depend on this ini
|
H A D | php.ini-production | 240 ; Note: People who wrote portable scripts should not depend on this ini
|
/PHP-5.6/ext/mbstring/libmbfl/ |
H A D | LICENSE | 198 entire whole, and thus to each and every part regardless of who wrote
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd_patch | 2044 /* Ok, we wrote something. */
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 111 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 D | sqlite3.c | 28759 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 D | magic | 6478 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
|
Completed in 380 milliseconds