Searched refs:sqlite3_io_methods (Results 1 – 3 of 3) sorted by relevance
748 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */853 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef854 struct sqlite3_io_methods { struct
11686 static const sqlite3_io_methods apnd_io_methods = {19119 sqlite3_io_methods *pNew = sqlite3_malloc64( sizeof(*pNew) ); in vfstraceOpen()19120 const sqlite3_io_methods *pSub = p->pReal->pMethods; in vfstraceOpen()21005 const sqlite3_io_methods *pMethods;22948 static sqlite3_io_methods recover_methods = {
1069 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */1174 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef1175 struct sqlite3_io_methods { struct39255 static sqlite3_io_methods kvvfs_db_io_methods = {39279 static sqlite3_io_methods kvvfs_jrnl_io_methods = {39459 MAYBE_CONST sqlite3_io_methods *pIoDb;39460 MAYBE_CONST sqlite3_io_methods *pIoJrnl;40455 sqlite3_io_methods const *pMethod; /* Always the first entry */46016 static const sqlite3_io_methods METHOD = { \46037 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \[all …]