Searched refs:writer (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/ext/dba/tests/ |
| H A D | dba_handler.inc | 55 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
| /PHP_5_3/ext/phar/tests/zip/files/ |
| H A D | corrupt_zipmaker.php.inc | 6 * ZIP archive writer 34 * ZIP archive writer 39 * @var int Current position in the writer
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 2419 php_stream *writer = NULL; local 2439 php_stream_from_zval(writer, out); 2444 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); 2448 if (!writer) { 2452 IMAPG(gets_stream) = writer; 2459 php_stream_close(writer);
|
| /PHP_5_3/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 89 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content); 90 typedef int (*xmlwriter_read_int_t)(xmlTextWriterPtr writer);
|
| /PHP_5_3/main/streams/ |
| H A D | cast.c | 36 int (*writer)(void *, const char *, int); member in struct:__anon257 43 return funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer);
|
Completed in 28 milliseconds