Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_io_methods

492 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
495 ** device that holds the file that the [sqlite3_io_methods]
527 ** of an [sqlite3_io_methods] object.
539 ** [sqlite3_io_methods] object it uses a combination of
573 ** [sqlite3_io_methods] object that defines methods for performing
578 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
591 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
668 typedef struct sqlite3_io_methods sqlite3_io_methods;
669 struct sqlite3_io_methods {
696 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
849 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
946 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
972 ** The xShmLock method on [sqlite3_io_methods] may use values
5258 ** xFileControl method for the [sqlite3_io_methods] object associated
5274 ** underlying sqlite3_io_methods.xFileControl method.