Searched refs:sqlite3_io_methods (Results 1 – 4 of 4) sorted by relevance
583 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */676 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef677 struct sqlite3_io_methods { struct
1136 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */1229 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef1230 struct sqlite3_io_methods { struct22514 const sqlite3_io_methods *pMethod; /* Always the first entry */23790 static const sqlite3_io_methods os2IoMethod = {24580 sqlite3_io_methods const *pMethod; /* Always the first entry */28847 static const sqlite3_io_methods METHOD = { \28866 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \28870 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \28988 static const sqlite3_io_methods *autolockIoFinderImpl([all …]
649 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */742 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef743 struct sqlite3_io_methods { struct
909 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */1002 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef1003 struct sqlite3_io_methods { struct29331 sqlite3_io_methods const *pMethod; /* Always the first entry */34283 static const sqlite3_io_methods METHOD = { \34304 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \34308 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \34434 static const sqlite3_io_methods *autolockIoFinderImpl(34440 const sqlite3_io_methods *pMethods; /* Appropriate locking method */34487 static const sqlite3_io_methods [all …]