Lines Matching defs:sqlite3_io_methods
634 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
637 ** device that holds the file that the [sqlite3_io_methods]
693 ** of an [sqlite3_io_methods] object. These values are ordered from
709 ** [sqlite3_io_methods] object it uses a combination of
743 ** [sqlite3_io_methods] object that defines methods for performing
748 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
761 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
853 typedef struct sqlite3_io_methods sqlite3_io_methods;
854 struct sqlite3_io_methods {
885 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1456 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
1580 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1606 ** The xShmLock method on [sqlite3_io_methods] may use values
8619 ** xFileControl method for the [sqlite3_io_methods] object associated
8633 ** sqlite3_io_methods.xFileControl method.