Searched defs:written (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | iptc.c | 188 zend_bool written = 0; local 246 if (written) { 250 written = 1;
|
| H A D | info.c | 67 int written; local 72 written = php_output_write(new_str, new_len TSRMLS_CC); 74 return written; 81 int len, written; local 89 written = php_output_write(buf, len TSRMLS_CC); 91 return written;
|
| /PHP_TRUNK/sapi/caudium/ |
| H A D | caudium.c | 99 int written; member in struct:__anon313 250 int written; local 251 written = fd_write(fd, str + sent_bytes, str_length - sent_bytes); 252 if(written < 0) 260 THIS->written += sent_bytes; 267 sent_bytes += written; 270 THIS->written += sent_bytes; 647 THIS->written = 0; 660 push_int(THIS->written);
|
| /PHP_TRUNK/sapi/roxen/ |
| H A D | roxen.c | 256 int written; local 257 written = fd_write(fd, str + sent_bytes, str_length - sent_bytes); 258 if(written < 0) 273 sent_bytes += written;
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar.c | 2702 size_t written; local 2705 phar_stream_copy_to_stream(oldfile, newfile, phar->halt_offset, &written); 2710 written = php_stream_write(newfile, newstub, phar->halt_offset); 2712 if (phar->halt_offset != written) {
|
Completed in 17 milliseconds