Lines Matching defs:sqlite3_io_methods
626 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
629 ** device that holds the file that the [sqlite3_io_methods]
677 ** of an [sqlite3_io_methods] object. These values are ordered from
693 ** [sqlite3_io_methods] object it uses a combination of
727 ** [sqlite3_io_methods] object that defines methods for performing
732 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
745 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
836 typedef struct sqlite3_io_methods sqlite3_io_methods;
837 struct sqlite3_io_methods {
868 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1410 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
1534 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1560 ** The xShmLock method on [sqlite3_io_methods] may use values
8251 ** xFileControl method for the [sqlite3_io_methods] object associated
8265 ** sqlite3_io_methods.xFileControl method.