Home
last modified time | relevance | path

Searched defs:__wt_fstream (Results 1 – 1 of 1) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dos.h160 struct __wt_fstream { struct
161 const char *name; /* Stream name */
163 FILE *fp; /* stdio FILE stream */
164 WT_FH *fh; /* WT file handle */
165 wt_off_t off; /* Read/write offset */
166 wt_off_t size; /* File size */
167 WT_ITEM buf; /* Data */
174 uint32_t flags;
176 int (*close)(WT_SESSION_IMPL *, WT_FSTREAM *);
177 int (*fstr_flush)(WT_SESSION_IMPL *, WT_FSTREAM *);
[all …]