Searched defs:unixFile (Results 1 – 1 of 1) sorted by relevance
23591 typedef struct unixFile unixFile; typedef23592 struct unixFile { struct23594 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument23595 unixInodeInfo *pInode; /* Info about locks on this inode */23596 int h; /* The file descriptor */23597 unsigned char eFileLock; /* The type of lock held on this fd */23598 unsigned short int ctrlFlags; /* Behavioral bits. UNIXFILE_* flags */23599 int lastErrno; /* The unix errno from last I/O error */23600 void *lockingContext; /* Locking style specific state */23601 UnixUnusedFd *pUnused; /* Pre-allocated UnixUnusedFd */[all …]