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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c33881 typedef struct unixFile unixFile; typedef in typeref:struct:unixFile
33882 struct unixFile { struct
[all...]

Completed in 736 milliseconds