Searched refs:owned_ (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyStorage.h22 PyStorage(c4_Strategy &strategy_, bool owned_ = false, int mode_ = 1):
23 PyHead(PyStoragetype), c4_Storage(strategy_, owned_, mode_){}
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4io.h19 c4_FileStream(FILE *stream_, bool owned_ = false);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.h92 c4_Persist(c4_Strategy &, bool owned_, int mode_);
H A Dstore.cpp191 c4_Storage::c4_Storage(c4_Strategy &strategy_, bool owned_, int mode_) { argument
192 Initialize(strategy_, owned_, mode_);
219 void c4_Storage::Initialize(c4_Strategy &strategy_, bool owned_, int mode_) { argument
220 c4_Persist *pers = d4_new c4_Persist(strategy_, owned_, mode_);
H A Dfileio.cpp181 c4_FileStream::c4_FileStream(FILE *stream_, bool owned_): _stream(stream_), argument
182 _owned(owned_){}
H A Dpersist.cpp854 c4_Persist::c4_Persist(c4_Strategy &strategy_, bool owned_, int mode_): _space argument
856 _owned(owned_), _oldBuf(0), _oldCurr(0), _oldLimit(0), _oldSeek( - 1) {

Completed in 74 milliseconds