Home
last modified time | relevance | path

Searched defs:unixFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39098 typedef struct unixFile unixFile; typedef
39099 struct unixFile { struct
39101 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument
39102 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 …]