Searched refs:written (Results 1 - 11 of 11) sorted by relevance
| /PHP_5_5/ext/phar/tests/zip/files/ |
| H A D | corrupt_zipmaker.php.inc | 51 * @var string Data written at the end of the ZIP file 57 * @var string Data written at the start of the ZIP file
|
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 868 ** is not NULL then any error message is written into memory obtained 912 char **errmsg /* Error msg written here */ 1058 ** information is written to disk in the same order as calls 1214 ** information is written to disk in the same order as calls 2064 ** is written 0 or 1 to indicate whether FK enforcement is off or on 2074 ** is written 0 or 1 to indicate whether triggers are disabled or enabled 2460 int *pnRow, /* Number of result rows written here */ 2461 int *pnColumn, /* Number of result columns written here */ 2462 char **pzErrmsg /* Error msg written here */ 2480 ** the standard C library. The result is written int [all...] |
| /PHP_5_5/ext/standard/tests/http/ |
| H A D | server.inc | 14 * $output is a stream on which everything sent by clients is written to
|
| /PHP_5_5/ext/standard/tests/mail/ |
| H A D | mail_include.inc | 16 * @param int message_count number of test msgs to be written to new mailbox
|
| /PHP_5_5/ext/imap/tests/ |
| H A D | imap_include.inc | 62 * @param int message_count number of test msgs to be written to new mailbox
|
| /PHP_5_5/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_5_5/main/ |
| H A D | rfc1867.c | 1047 sapi_module.sapi_error(E_NOTICE, "Only %d bytes were written, expected to write %d", wlen, blen);
|
| /PHP_5_5/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_5_5/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_5_5/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 102 milliseconds