Searched defs:unixFile (Results 1 – 1 of 1) sorted by relevance
39098 typedef struct unixFile unixFile; typedef39099 struct unixFile { struct39101 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument39102 unixInodeInfo *pInode; /* Info about locks on this inode */39103 int h; /* The file descriptor */39104 unsigned char eFileLock; /* The type of lock held on this fd */39105 unsigned short int ctrlFlags; /* Behavioral bits. UNIXFILE_* flags */39106 int lastErrno; /* The unix errno from last I/O error */39107 void *lockingContext; /* Locking style specific state */39108 UnixUnusedFd *pPreallocatedUnused; /* Pre-allocated UnixUnusedFd */[all …]