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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.h102 ** A handle for an open file is stored in an OsFile object.
109 typedef struct OsFile OsFile; typedef in typeref:struct:OsFile
110 struct OsFile { struct
128 typedef struct OsFile OsFile; typedef in typeref:struct:OsFile
129 struct OsFile { struct
150 typedef struct OsFile OsFile; typedef in typeref:struct:OsFile
151 struct OsFile { struct
[all...]
H A Dos.c155 ** The OsFile structure for POSIX is no longer just an integer file
159 ** per inode, so if the same inode is opened twice, both OsFile structures
178 ** released. To work around this problem, each OsFile structure contains
181 ** openCnt. When an attempt is made to close an OsFile, if there are
223 ** A single inode can have multiple file descriptors, so each OsFile
462 OsFile *id,
592 int sqliteOsOpenExclusive(const char *zFilename, OsFile *id, int delFlag){
683 int sqliteOsOpenReadOnly(const char *zFilename, OsFile *id){
766 OsFile *id
912 int sqliteOsClose(OsFile *i
[all...]
H A Dpager.c163 OsFile fd, jfd; /* File descriptors for database and journal */
164 OsFile cpfd; /* File descriptor for the checkpoint journal */
322 static int read32bits(int format, OsFile *fd, u32 *pRes){
344 static int write32bits(OsFile *fd, u32 val){
535 static int pager_playback_one_page(Pager *pPager, OsFile *jfd, int format){
904 static int sqlitepager_opentemp(char *zFile, OsFile *fd){
935 OsFile fd;
H A Dtest2.c497 OsFile fd;

Completed in 53 milliseconds