Searched refs:sqlite3_io_methods (Results 1 – 4 of 4) sorted by relevance
635 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */728 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef729 struct sqlite3_io_methods { struct
663 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */756 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef757 struct sqlite3_io_methods { struct23593 sqlite3_io_methods const *pMethod; /* Always the first entry */28511 static const sqlite3_io_methods METHOD = { \28532 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \28536 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \28654 static const sqlite3_io_methods *autolockIoFinderImpl(28660 const sqlite3_io_methods *pMethods; /* Appropriate locking method */28707 static const sqlite3_io_methods [all …]
63 %struct.sqlite3_file = type { %struct.sqlite3_io_methods* }67 …%struct.sqlite3_io_methods = type { i32, i32 (%struct.sqlite3_file*)*, i32 (%struct.sqlite3_file*,…
61 %struct.sqlite3_file = type { %struct.sqlite3_io_methods* }65 …%struct.sqlite3_io_methods = type { i32, i32 (%struct.sqlite3_file*)*, i32 (%struct.sqlite3_file*,…