Searched refs:wrote (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 50 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.4/ext/openssl/tests/ |
H A D | bug48182.phpt | 37 $wrote = fwrite($link, $data, strlen($data)); 55 $wrote = fwrite($socket, $data, strlen($data)); 56 $data = substr($data, $wrote);
|
/PHP-5.4/ext/bcmath/libbcmath/ |
H A D | AUTHORS | 1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
|
/PHP-5.4/ext/curl/ |
H A D | streams.c | 58 size_t wrote; in on_data_available() local 78 wrote = php_stream_write(curlstream->readbuffer.buf, data, size * nmemb); in on_data_available() 81 return wrote; in on_data_available()
|
/PHP-5.4/ext/pspell/ |
H A D | README | 22 Rather, I wrote a new module - pspell.
|
/PHP-5.4/ext/phar/ |
H A D | phar.c | 2577 size_t wrote; local 3129 if (phar_stream_copy_to_stream(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
|
/PHP-5.4/ |
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.4/ext/mbstring/libmbfl/ |
H A D | LICENSE | 198 entire whole, and thus to each and every part regardless of who wrote
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd_patch | 2044 /* Ok, we wrote something. */
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1624 1. Fixed some typos in the markup of the man pages, and wrote a script that 3107 a long time ago when I wrote it, but is no longer the case.
|
/PHP-5.4/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.4/ext/fileinfo/tests/ |
H A D | magic | 6002 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
|
Completed in 327 milliseconds