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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24518 ** Allowed values of unixFile.fsFlags
24575 ** The unixFile structure is subclass of sqlite3_file specific to the unix
24578 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
24579 struct unixFile { struct
24622 ** Allowed values for the unixFile.ctrlFlags bitmask:
25469 ** per inode, so if the same inode is opened twice, both unixFile structures
25487 ** When an attempt is made to close an unixFile, if there are
25488 ** other unixFile open on the same inode that are holding locks, the call
25533 ** A single inode can have multiple file descriptors, so each unixFile
[all...]

Completed in 371 milliseconds