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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c23039 ** Allowed values of unixFile.fsFlags
23096 ** The unixFile structure is subclass of sqlite3_file specific to the unix
23099 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
23100 struct unixFile { struct
23102 sqlite3_vfs *pVfs; /* The VFS that created this unixFile */
23154 ** Allowed values for the unixFile.ctrlFlags bitmask:
24078 ** per inode, so if the same inode is opened twice, both unixFile structures
24096 ** When an attempt is made to close an unixFile, if there are
24097 ** other unixFile ope
[all...]
/freebsd-10.1-release/crypto/heimdal/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 884 milliseconds