Searched refs:unixFile (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c24893 ** Allowed values of unixFile.fsFlags
24950 ** The unixFile structure is subclass of sqlite3_file specific to the unix
24953 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
24954 struct unixFile { struct
24956 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */
24997 ** Allowed values for the unixFile.ctrlFlags bitmask:
25854 ** per inode, so if the same inode is opened twice, both unixFile structures
25872 ** When an attempt is made to close an unixFile, if there are
25873 ** other unixFile ope
[all...]

Completed in 344 milliseconds