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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c142 ** Allowed values of unixFile.fsFlags
199 ** The unixFile structure is subclass of sqlite3_file specific to the unix
202 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
203 struct unixFile { struct
246 ** Allowed values for the unixFile.ctrlFlags bitmask:
866 ** per inode, so if the same inode is opened twice, both unixFile structures
884 ** When an attempt is made to close an unixFile, if there are
885 ** other unixFile open on the same inode that are holding locks, the call
930 ** A single inode can have multiple file descriptors, so each unixFile
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24094 ** Allowed values of unixFile.fsFlags
24150 ** The unixFile structure is subclass of sqlite3_file specific to the unix
24153 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
24154 struct unixFile { struct
24197 ** Allowed values for the unixFile.ctrlFlags bitmask:
25022 ** per inode, so if the same inode is opened twice, both unixFile structures
25040 ** When an attempt is made to close an unixFile, if there are
25041 ** other unixFile open on the same inode that are holding locks, the call
25086 ** A single inode can have multiple file descriptors, so each unixFile
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24961 ** Allowed values of unixFile.fsFlags
25018 ** The unixFile structure is subclass of sqlite3_file specific to the unix
25021 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
25022 struct unixFile { struct
25024 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */
25065 ** Allowed values for the unixFile.ctrlFlags bitmask:
25965 ** per inode, so if the same inode is opened twice, both unixFile structures
25983 ** When an attempt is made to close an unixFile, if there are
25984 ** other unixFile ope
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24954 ** Allowed values of unixFile.fsFlags
25011 ** The unixFile structure is subclass of sqlite3_file specific to the unix
25014 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
25015 struct unixFile { struct
25017 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */
25058 ** Allowed values for the unixFile.ctrlFlags bitmask:
25947 ** per inode, so if the same inode is opened twice, both unixFile structures
25965 ** When an attempt is made to close an unixFile, if there are
25966 ** other unixFile ope
[all...]

Completed in 628 milliseconds