Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile127 sqlite3_io_methods.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h730 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
834 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
835 struct sqlite3_io_methods { struct
H A Dsqlite3.c1043 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1147 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1148 struct sqlite3_io_methods { struct
37154 static sqlite3_io_methods kvvfs_db_io_methods = {
37178 static sqlite3_io_methods kvvfs_jrnl_io_methods = {
38276 sqlite3_io_methods const *pMethod; /* Always the first entry */
43559 static const sqlite3_io_methods METHOD = { \
43580 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
43584 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
43710 static const sqlite3_io_methods *autolockIoFinderImpl(
[all …]
H A Dshell.c8823 static const sqlite3_io_methods apnd_io_methods = {
15477 const sqlite3_io_methods *pMethods;
17394 static sqlite3_io_methods recover_methods = {
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d282 const(sqlite3_io_methods)*pMethods; /* Methods for an open file */ member
289 struct sqlite3_io_methods