Searched refs:sqlite3_file (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.h | 730 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 D | shell.c | 8837 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 D | sqlite3.c | 1043 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 D | sqlite3ext.h | 337 sqlite3_file *(*database_file_object)(const char*);
|