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