Lines Matching defs:sqlite3_io_methods

955 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
958 ** device that holds the file that the [sqlite3_io_methods]
1014 ** of an [sqlite3_io_methods] object. These values are ordered from
1030 ** [sqlite3_io_methods] object it uses a combination of
1064 ** [sqlite3_io_methods] object that defines methods for performing
1069 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1082 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1174 typedef struct sqlite3_io_methods sqlite3_io_methods;
1175 struct sqlite3_io_methods {
1206 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1777 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
1901 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1927 ** The xShmLock method on [sqlite3_io_methods] may use values
8940 ** xFileControl method for the [sqlite3_io_methods] object associated
8954 ** sqlite3_io_methods.xFileControl method.
39225 static sqlite3_io_methods kvvfs_db_io_methods = {
39249 static sqlite3_io_methods kvvfs_jrnl_io_methods = {
39429 MAYBE_CONST sqlite3_io_methods *pIoDb;
39430 MAYBE_CONST sqlite3_io_methods *pIoJrnl;
39637 /****** sqlite3_io_methods methods ******************************************/
40206 ** * Definitions of sqlite3_io_methods objects for all locking
40425 sqlite3_io_methods const *pMethod; /* Always the first entry */
45952 ** This division contains definitions of sqlite3_io_methods objects that
45955 ** sqlite3_io_methods object for a particular database file. The pAppData
45959 ** Most finder functions return a pointer to a fixed sqlite3_io_methods
45979 ** * A constant sqlite3_io_methods object call METHOD that has locking
45986 static const sqlite3_io_methods METHOD = { \
46007 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
46011 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
46015 ** Here are all of the sqlite3_io_methods objects for each of the
46021 posixIoMethods, /* sqlite3_io_methods object name */
46031 nolockIoMethods, /* sqlite3_io_methods object name */
46041 dotlockIoMethods, /* sqlite3_io_methods object name */
46053 flockIoMethods, /* sqlite3_io_methods object name */
46066 semIoMethods, /* sqlite3_io_methods object name */
46079 afpIoMethods, /* sqlite3_io_methods object name */
46095 ** to go ahead and define the sqlite3_io_methods and finder function
46105 proxyIoMethods, /* sqlite3_io_methods object name */
46119 nfsIoMethods, /* sqlite3_io_methods object name */
46132 ** for the database file "filePath". It then returns the sqlite3_io_methods
46137 static const sqlite3_io_methods *autolockIoFinderImpl(
46143 const sqlite3_io_methods *pMethods; /* Appropriate locking method */
46190 static const sqlite3_io_methods
46201 static const sqlite3_io_methods *vxworksIoFinderImpl(
46226 static const sqlite3_io_methods
46234 typedef const sqlite3_io_methods *(*finder_type)(const char*,unixFile*);
46254 const sqlite3_io_methods *pLockingStyle;
47591 sqlite3_io_methods const *pOldMethod; /* Original I/O methods for close */
48630 ** Most finders simply return a pointer to a fixed sqlite3_io_methods
49013 const sqlite3_io_methods *pMethod; /*** Must be first ***/
49057 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */
51394 ** by the sqlite3_io_methods object.
53683 static const sqlite3_io_methods winIoMethod = {
53709 static const sqlite3_io_methods winIoNolockMethod = {
55423 static const sqlite3_io_methods memdb_io_methods = {
67136 const sqlite3_io_methods *pMethods = pPager->fd->pMethods;
109687 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
109937 static const struct sqlite3_io_methods MemJournalMethods = {
109998 pJfd->pMethods = (const sqlite3_io_methods*)&MemJournalMethods;
230554 const sqlite3_io_methods *pMeth = p->pReal->pMethods;
230998 static sqlite3_io_methods rbuvfs_io_methods = {
231018 static sqlite3_io_methods rbuvfs_io_methods1 = {
231091 const sqlite3_io_methods *pMeth = pFd->pReal->pMethods;