Searched defs:unixFile (Results 1 – 1 of 1) sorted by relevance
40453 typedef struct unixFile unixFile; typedef40454 struct unixFile { struct40456 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument40457 unixInodeInfo *pInode; /* Info about locks on this inode */40458 int h; /* The file descriptor */40459 unsigned char eFileLock; /* The type of lock held on this fd */40460 unsigned short int ctrlFlags; /* Behavioral bits. UNIXFILE_* flags */40461 int lastErrno; /* The unix errno from last I/O error */40462 void *lockingContext; /* Locking style specific state */40463 UnixUnusedFd *pPreallocatedUnused; /* Pre-allocated UnixUnusedFd */[all …]