Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/ext/bcmath/libbcmath/
H A DAUTHORS1 Phil Nelson <philnelson@acm.org> wrote bcmath library.
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c1022 int wrote = 0; in sqliteOsWrite() local
1026 amt -= wrote; in sqliteOsWrite()
1027 pBuf = &((char*)pBuf)[wrote]; in sqliteOsWrite()
1039 DWORD wrote; in sqliteOsWrite() local
1042 while( amt>0 && (rc = WriteFile(id->h, pBuf, amt, &wrote, 0))!=0 && wrote>0 ){ in sqliteOsWrite()
1043 amt -= wrote; in sqliteOsWrite()
1044 pBuf = &((char*)pBuf)[wrote]; in sqliteOsWrite()
1046 if( !rc || amt>(int)wrote ){ in sqliteOsWrite()
1053 int wrote = 0; in sqliteOsWrite() local
1061 wrote = amt; in sqliteOsWrite()
[all …]
/PHP-5.3/ext/curl/
H A Dstreams.c58 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.3/ext/pspell/
H A DREADME22 Rather, I wrote a new module - pspell.
/PHP-5.3/ext/phar/
H A Dphar.c2580 size_t wrote; local
3109 if (phar_stream_copy_to_stream(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-5.3/
H A DREADME.REDIST.BINS244 claim that you wrote the original software. If you use this software
H A Dphp.ini-development268 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production268 ; Note: People who wrote portable scripts should not depend on this ini
/PHP-5.3/ext/mbstring/libmbfl/
H A DLICENSE198 entire whole, and thus to each and every part regardless of who wrote
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch2044 /* Ok, we wrote something. */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c22502 ULONG wrote;
22514 wrote > 0
22516 amt -= wrote;
22517 pBuf = &((char*)pBuf)[wrote];
27537 int wrote = 0;
27573 amt -= wrote;
27574 offset += wrote;
27575 pBuf = &((char*)pBuf)[wrote];
27577 SimulateIOError(( wrote=(-1), amt=1 ));
27578 SimulateDiskfullError(( wrote=0, amt=1 ));
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog864 1. Fixed some typos in the markup of the man pages, and wrote a script that
2346 a long time ago when I wrote it, but is no longer the case.

Completed in 283 milliseconds