Searched refs:writer (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/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_TRUNK/ext/imap/ |
| H A D | php_imap.c | 2411 php_stream *writer = NULL; local 2431 php_stream_from_zval(writer, out); 2436 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL); 2440 if (!writer) { 2444 IMAPG(gets_stream) = writer; 2451 php_stream_close(writer);
|
| /PHP_TRUNK/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_TRUNK/main/streams/ |
| H A D | cast.c | 36 int (*writer)(void *, const char *, int); member in struct:__anon286 43 return funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer);
|
| /PHP_TRUNK/ext/dba/tests/ |
| H A D | dba_handler.inc | 63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
| /PHP_TRUNK/ext/sockets/ |
| H A D | conversions.h | 72 from_zval_write_field *writer,
|
| H A D | conversions.c | 1454 from_zval_write_field *writer, 1480 writer(container, structure, &ctx); 1452 from_zval_run_conversions(const zval *container, php_socket *sock, from_zval_write_field *writer, size_t struct_size, const char *top_name, zend_llist **allocations , struct err_s *err ) argument
|
Completed in 17 milliseconds