Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c218 typedef struct unixFile unixFile; typedef
219 struct unixFile { struct
221 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument
223 int h; /* The file descriptor */
227 void *lockingContext; /* Locking style specific state */
228 UnixUnusedFd *pPreallocatedUnused; /* Pre-allocated UnixUnusedFd */
229 const char *zPath; /* Name of the file */
237 void *pMapRegion; /* Memory mapped region */
239 int sectorSize; /* Device sector size */
251 struct vxworksFileId *pId; /* Unique file ID */
[all …]