Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dbug41815.phpt9 $writer = fopen($filename, "wt");
12 fwrite($writer, "foo");
18 fclose($writer);
/PHP-5.5/ext/sockets/
H A Dconversions.h72 from_zval_write_field *writer,
H A Dconversions.c1481 from_zval_write_field *writer, in from_zval_run_conversions() argument
1507 writer(container, structure, &ctx); in from_zval_run_conversions()
/PHP-5.5/main/streams/
H A Dcast.c44 int (*writer)(void *, const char *, int); member
51 return funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer); in fopencookie()
/PHP-5.5/ext/dba/tests/
H A Ddba_handler.inc63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc6 * ZIP archive writer
34 * ZIP archive writer
39 * @var int Current position in the writer
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14 …ttp://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http:…
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c89 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content);
90 typedef int (*xmlwriter_read_int_t)(xmlTextWriterPtr writer);
/PHP-5.5/ext/imap/
H A Dphp_imap.c2410 php_stream *writer = NULL; in PHP_FUNCTION() local
2430 php_stream_from_zval(writer, out); in PHP_FUNCTION()
2435 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
2439 if (!writer) { in PHP_FUNCTION()
2443 IMAPG(gets_stream) = writer; in PHP_FUNCTION()
2450 php_stream_close(writer); in PHP_FUNCTION()
/PHP-5.5/
H A Dacinclude.m41784 __ssize_t writer(void *cookie, const char *buffer, size_t size)
1791 cookie_io_functions_t funcs = {reader, writer, seeker, closer};
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c79445 memset(&writer, 0, sizeof(PmaWriter));
79470 vdbePmaWriterInit(pTask->file.pFd, &writer, pTask->pSorter->pgsz,
79473 vdbePmaWriteVarint(&writer, pList->szPMA);
79476 vdbePmaWriteVarint(&writer, p->nVal);
79477 vdbePmaWriteBlob(&writer, SRVAL(p), p->nVal);
79481 rc = vdbePmaWriterFinish(&writer, &pTask->file.iEof);
79762 PmaWriter writer;
79772 i64 iEof = writer.iWriteOff + writer.iBufEnd;
79780 vdbePmaWriteVarint(&writer, nKey);
79781 vdbePmaWriteBlob(&writer, pReader->aKey, nKey);
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4880 writer can lower the limits set by the programmer, but not raise them.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2190 >>>62 string writer Writer

Completed in 406 milliseconds