Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c23591 typedef struct unixFile unixFile; typedef
23592 struct unixFile { struct
23594 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */ argument
23595 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 …]