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.h748 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
853 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
854 struct sqlite3_io_methods { struct
H A Dshell.c11655 static const sqlite3_io_methods apnd_io_methods = {
19081 sqlite3_io_methods *pNew = sqlite3_malloc64( sizeof(*pNew) ); in vfstraceOpen()
19082 const sqlite3_io_methods *pSub = p->pReal->pMethods; in vfstraceOpen()
20967 const sqlite3_io_methods *pMethods;
22910 static sqlite3_io_methods recover_methods = {
H A Dsqlite3.c1069 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1174 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1175 struct sqlite3_io_methods { struct
39225 static sqlite3_io_methods kvvfs_db_io_methods = {
39249 static sqlite3_io_methods kvvfs_jrnl_io_methods = {
39429 MAYBE_CONST sqlite3_io_methods *pIoDb;
39430 MAYBE_CONST sqlite3_io_methods *pIoJrnl;
40425 sqlite3_io_methods const *pMethod; /* Always the first entry */
45986 static const sqlite3_io_methods METHOD = { \
46007 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
[all …]