Home
last modified time | relevance | path

Searched refs:sqlite3_io_methods (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h740 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
845 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
846 struct sqlite3_io_methods { struct
H A Dshell.c9730 static const sqlite3_io_methods apnd_io_methods = {
17104 sqlite3_io_methods *pNew = sqlite3_malloc( sizeof(*pNew) ); in vfstraceOpen()
17105 const sqlite3_io_methods *pSub = p->pReal->pMethods; in vfstraceOpen()
18990 const sqlite3_io_methods *pMethods;
20909 static sqlite3_io_methods recover_methods = {
H A Dsqlite3.c1059 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1164 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1165 struct sqlite3_io_methods { struct
37979 static sqlite3_io_methods kvvfs_db_io_methods = {
38003 static sqlite3_io_methods kvvfs_jrnl_io_methods = {
39101 sqlite3_io_methods const *pMethod; /* Always the first entry */
44382 static const sqlite3_io_methods METHOD = { \
44403 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
44407 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
44533 static const sqlite3_io_methods *autolockIoFinderImpl( in autolockIoFinderImpl()
[all …]