Home
last modified time | relevance | path

Searched refs:sqlite3_file (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h730 typedef struct sqlite3_file sqlite3_file; typedef
731 struct sqlite3_file { struct
839 int (*xClose)(sqlite3_file*);
842 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
843 int (*xSync)(sqlite3_file*, int flags);
845 int (*xLock)(sqlite3_file*, int);
846 int (*xUnlock)(sqlite3_file*, int);
849 int (*xSectorSize)(sqlite3_file*);
850 int (*xDeviceCharacteristics)(sqlite3_file*);
854 void (*xShmBarrier)(sqlite3_file*);
[all …]
H A Dshell.c8837 static int apndClose(sqlite3_file*);
8935 sqlite3_file *pFile, in apndRead()
8952 sqlite3_file *pFile, in apndWriteMark()
8977 sqlite3_file *pFile, in apndWrite()
9081 sqlite3_file *pFile, in apndShmMap()
9111 sqlite3_file *pFile, in apndFetch()
9209 sqlite3_file *pFile, in apndOpen()
18985 sqlite3_file *pFd, in recoverVfsFetch()
19009 sqlite3_file *pFd = 0; in recoverInstallWrapper()
19029 sqlite3_file *pFd = 0; in recoverUninstallWrapper()
[all …]
H A Dsqlite3.c1043 typedef struct sqlite3_file sqlite3_file; typedef
1044 struct sqlite3_file { struct
26255 sqlite3_file *pFile, in sqlite3OsOpen()
26353 sqlite3_file *pFile; in sqlite3OsOpenMalloc()
41731 sqlite3_file *id,
41862 sqlite3_file *id,
53410 sqlite3_file *pFd,
104109 sqlite3_file **ppFd
106166 sqlite3_file *pReal = (sqlite3_file*)p;
222807 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd;
[all …]
H A Dsqlite3ext.h337 sqlite3_file *(*database_file_object)(const char*);