Home
last modified time | relevance | path

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

/dports/databases/db5/db-5.3.28/src/dbinc/
H A Dos.h112 struct __fh_t { struct
124 db_mutex_t mtx_fh; /* Mutex to lock. */
126 int ref; /* Reference count. */
132 int fd; /* POSIX file descriptor. */
134 char *name; /* File name at open. */
140 db_pgno_t pgno;
141 u_int32_t pgsize;
142 off_t offset;
146 u_int32_t read_count;
147 u_int32_t write_count;
[all …]
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Dos.h112 struct __fh_t { struct
124 db_mutex_t mtx_fh; /* Mutex to lock. */
126 int ref; /* Reference count. */
132 int fd; /* POSIX file descriptor. */
134 char *name; /* File name at open. */
140 db_pgno_t pgno;
141 u_int32_t pgsize;
142 off_t offset;
146 u_int32_t read_count;
147 u_int32_t write_count;
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dos.h17 struct __fh_t { struct
19 HANDLE handle; /* Windows/32 file handle. */
21 int fd; /* POSIX file descriptor. */
23 u_int32_t log_size; /* XXX: Log file size. */
27 u_int8_t flags;
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dos.h16 struct __fh_t { struct
18 HANDLE handle; /* Windows/32 file handle. */
20 int fd; /* POSIX file descriptor. */
22 u_int32_t log_size; /* XXX: Log file size. */
26 u_int8_t flags;