Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h724 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
821 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
822 struct sqlite3_io_methods { struct
H A Dsqlite3.c1127 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1128 struct sqlite3_io_methods { struct
39755 static const sqlite3_io_methods *autolockIoFinderImpl(
39808 static const sqlite3_io_methods
39819 static const sqlite3_io_methods *vxworksIoFinderImpl(
39844 static const sqlite3_io_methods
39872 const sqlite3_io_methods *pLockingStyle;
46955 static const sqlite3_io_methods winIoMethod = {
46981 static const sqlite3_io_methods winIoNolockMethod = {
48686 static const sqlite3_io_methods memdb_io_methods = {
[all …]
H A Dshell.c3889 static const sqlite3_io_methods apnd_io_methods = {