Searched defs:unixFile (Results 1 – 1 of 1) sorted by relevance
218 typedef struct unixFile unixFile; typedef219 struct unixFile { struct221 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument223 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 …]