Searched refs:c4_FileStream (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4io.h17 class c4_FileStream: public c4_Stream { class in inherits:c4_Stream
19 c4_FileStream(FILE *stream_, bool owned_ = false);
20 virtual ~c4_FileStream();
H A Dmk4dll.h42 class d4_DLL c4_FileStream; variable in typeref:class:d4_DLL
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp6 * Implementation of c4_FileStrategy and c4_FileStream
179 // c4_FileStream
181 c4_FileStream::c4_FileStream(FILE *stream_, bool owned_): _stream(stream_), function in class:c4_FileStream
184 c4_FileStream::~c4_FileStream() {
189 int c4_FileStream::Read(void *buffer_, int length_) {
195 bool c4_FileStream::Write(const void *buffer_, int length_) {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore4.cpp125 c4_FileStream fs1(fopen("s33b", "wb"), true);
131 c4_FileStream fs2(fopen("s33b", "rb"), true);
197 c4_FileStream fs1(fopen("s35a", "wb"), true);
218 c4_FileStream fs1(fopen("s35a", "rb"), true);
257 c4_FileStream fs1(fopen("s36b", "wb"), true);
269 c4_FileStream fs2(fopen("s36b", "rb"), true);
H A Dtstore5.cpp22 c4_FileStream fs1(fopen("s40a", "wb"), true);
28 c4_FileStream fs1(fopen("s40a", "rb"), true);
51 c4_FileStream fs1(fopen("s40a", "rb"), true);
287 c4_FileStream fs1(fopen("s48b", "wb"), true);
H A Dtlimits.cpp126 c4_FileStream fs1(fopen("l03b", "wb"), true);
132 c4_FileStream fs1(fopen("l03b", "rb"), true);
H A Dtstore2.cpp46 c4_FileStream fs1(fopen("s10c", "wb"), true);
65 c4_FileStream fs1(fopen("s10c", "rb"), true);

Completed in 109 milliseconds